button
The <button> element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Use CSS to override the default look and feel.
code | result |
---|---|
|
attributes
attribute | description |
---|---|
id, name | Name of element. |
value | Defines the value associated with the button’s name when it’s submitted with the form data. The name of param is name of control. |
type | Possible values:
|
form | Id of associated <form> element. |