BUTTON¶
Creates a push button. User agents should use the value of the value attribute as the button’s label.
Push buttons have no default behavior. Each push button may have client-side scripts associated with the element’s event attributes. When an event occurs (e.g., the user presses the button, releases it, etc.), the associated script is triggered.