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. |
From Preparing Web Pages - HTML Presentation: Preparing Web Pages with HTML -- Fall Semester 96. by Nancy McCracken-Foils prepared December 5 1996