22
views
views
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.
- Before you can create a reset button, you need to create an HTML form using the <form> tag.
- Use the <input type="reset"> tag to create a reset button.
- Place your reset button near the top or the bottom of the form so users can find it easily.
Create an HTML form with the
tag.Save 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.
Comments
0 comment