TUTORIAL HTML : reset buttons and submit buttons
Sample of the pdf document :
Reset buttons:
A reset button allows users to
basically clear their web form. It wipes values from all fields by
"resetting" the form to its default appearance.
Set the type attribute of the
<input> tag to "reset" to incorporate a reset button into a web
form.
HTML Reset Button
Code:
<input type="reset" value="Reset" />
<input type="reset"
value="Start Over" />
Two HTML Reset Buttons:
Click here for free Download / PDF

0 commentaires: