Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { width: 80px; height: 25px; text-align: center; -webkit-appearance: button; -moz-appearance: button; appearance: button; } </style> <body> <h2>Ein Beispiel für die Eigenschaft appearance</h2> <p>Es ist ein...</p> <div> Button?</div </head> </body>