Define a reset button.
The <input type="reset">
defines a reset button which resets all form values to its initial values.
Tip: Avoid reset buttons in your forms! It is frustrating for users if they click them by mistake.
<input type="reset">
Example:
HTML
<input type="reset">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |