The Action Buttons
Reset and Submit buttons
Both are created with
<input>:
The value is what appears on the button.
(It is important to specify this.)
Submit has two actions:
Encode the data of the form
Request that the server execute the server-resident program specified as the value of the action attribute of
<form>
A Submit button is required in every form
Back button