|
ButtonElement
The button element represents a button in a web form.
You are here: Home > HTML Reference > Elements > button element UsageHTML 4 says, "Buttons created with the button element function just like buttons created with the input element, but they offer richer rendering possibilities: the button element may have content." AttributesBrowser compatibility
Watchout : IE has a very dirty implementation of the Button element, the value attribute is ignored and instead uses innerHTML. Further reading |
Sign in to add a comment