Forms, Element - Reset Button

Use

The Reset button returns every element in your form to its default value.

Properties

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.

Example

<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