<button>
HTML <button> Element Reference
The HTML <button> element creates an interactive button for actions and form submission.
Categories
- Forms
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical button element example.
<button type="button">Save changes</button>