Submission
Buttons
Another type of INPUT field is the
submission button.
When a user clicks on a submit button
the browser submits the contents of all
other fields to a web server using the
METHOD and ACTION attributes.
<INPUT TYPE=SUBMIT VALUE=“press me”>
74