First page Back Continue Last page Graphics
<input type=“reset”>
This choice allows the user to reset and clear all of the data fields to their default values.
<input type="reset" value="text" />
Whatever is put in the text for the value attribute will be what is seen as the Reset button.
<input type="reset" value="Clear all choices and start over again" />