Nearly all forms have both a submit and a reset button, one to send the information to the server and the other to reset all fields. |
<input type="submit" value="submit the form"> |
<input type="reset" value="clear all fields"> |
The value text is printed on the buttons. |
You may also have a button that consists of an image. |