Without specifying anything, the reset button has a default value of "reset". However, you are able to change this by adding the line VALUE="X" to the tag <INPUT TYPE="reset"> so the final result is <INPUT TYPE="reset" VALUE="X">. X is replaced with the initial value. The initial value is what will be displayed in the button.