How to Create a Reset Button in HTML
Want to give your visitor the ability to clear all form data they entered? This article will give you the code to input the button they'll need to clear their data.
EditSteps
-
1Create an HTML form with the <form> tag.Ad
-
2Create several options that the user can type in information or click a selection button, or do something.
-
3Create your reset button. Type the <input type="reset"> tag into the code towards the top and/or bottom of the HTML form.
-
4Close the form after all input fields are entered with a final </form> tag.
-
5Save and preview your new adjusted form with the new reset button. Try it out, to see if it works correctly; click a selection or type a value and then click the reset button.Ad
We could really use your help!
dogs?
rate articles?

building longboards?

reference requests?

horses?

EditVideo
EditTips
- Give the input boxes you ask the visitor to enter, values into names with the 'name="NameHere" attribute.
About this wikiHow