HTML Reset Button
A reset button allow the user to clear the web forms.We set the type attribute in the <input> tag to "reset".Here i teach you with the example,now see
Example:
Reset Form:
A reset button allow the user to clear the web forms.We set the type attribute in the <input> tag to "reset".Here i teach you with the example,now see
Example:
<input type="reset" value="Reset" /> <input type="reset" value="Start Over" />
Your Result:
Here is the your result
Another Example:
<form action="yourphp.php" method="post"> <input type="text" size="14" maxlength="14" /> <input type="text" size="26" maxlength="26" /> <input type="reset" value="Reset" /> </form>
Reset Form:
Fill out this form or put some information in the form given below and press the reset button to see result.
No comments:
Post a Comment