The Reset button returns every element in your form to its default value.
ATTRIBUTE |
REQUIRED? |
DESCRIPTION |
VALUE=" " |
Optional |
By default, the text on the Reset button reads Reset. However, this text can be changed by using the VALUE property. |
<INPUT TYPE="reset" VALUE="Clear All">
NOTE |
For this example to work it must be inside form tags (<FORM &ldots;> &ldots; </FORM>). The entire form code, including all the examples, is ready for you to use. |
Form Elements