<button> push button
Defined a push button in a form context
Attributes
-) name
This attribute assigns the control name.
-) value
This attribute assigns the initial value to the button.
-) type
This attribute declares the type of the button. Possible values:
submit: Creates a submit button. This is the default value.
reset: Creates a reset button.
button: Creates a push button.