Creates a button that a user can press to reset all input values to their default.
Example:
<FORM>
<INPUT TYPE=reset VALUE="Press This to Start Over">
</FORM>
VALUE: displays text on the reset button. Default is "Reset"
T10D026