These buttons are actually done with Input tags.
A RESET button can be used to reset all input values to
their defaults, as if no information had been given so far.
The SUBMIT button transfers all the form data to the
URL specified in the ACTION element.
If NAME is defined on a SUBMIT button,
the form will transmit the contents
of the VALUE element, thus allowing you to have multiple
SUBMIT buttons.
This can provide some very useful techniques, such as Next/Previous
buttons on slide sequences, or menu buttons without the disadvantages
of graphics.
VALUE
Specifies the text to be displayed on the button.
If not defined,
a default of "Reset" and "Submit Query" will be displayed
on the RESET and SUBMIT buttons,
respectively.