Horje

How to add HTML <input type="reset">

Define a reset button.

Definition and Usage

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.


Browser Support

Syntax

<input type="reset">

index.html
Example: HTML
<input type="reset">

Output should be:

How to add HTML <input type="reset">




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin