Reset Button of a Web form

Enter some text here and click on reset button :


Reset button is usually used with submit button. Purpose of using reset button is to initialize all user-input values. This means that each form field will be set to its initial value when the form is loaded i.e, either ""(null) or the value specified in the value attribute of the form field.
Reset button can be created as :

<input type="Reset" name="Name" value="valueof the button">

Attributes of Reset Button:

Name:
Specifies the name of the object through which it can be referenced.
value:Specifies the value of the Reset button. this will be displayed on the Reset button.

Example:

<input type="Reset" name="resetbtn" value="Reset Form">

This places a Reset button within the HTML form, which can be referenced by using its name "resetbtn" with the value "Reset Form"


The Reset button will be displayed as below:
Enter some text here and click on reset button :


HTML Form Buttons in form Submit button of a web form

Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer