Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { width: 80px; height: 25px; text-align: center; -webkit-appearance: button; -moz-appearance: button; appearance: button; } </style> <body> <h2>Exemple de la propriété appearance</h2> <p>Voici un...</p> <div> Bouton?</div </head> </body>