HTML Form tags, Form, input (text box, password, button, submit, textarea) and form attributes

2. HTML Form Tag

2.6. Reset

          Reset is used to create a button that restores all input areas into their default values when clicked. If there is no specified default value, the default value is blank.

 <form>

  <input type = "reset" value = "Reset">

</form>