Basic HTML

 
 
          

Form >> Create a Form >> Reset Button

 

Reset Button

Reset button allows the user to clear all the informations he had typed.

HTML Code Sample Output
<form name=f1>
<table border=1 width=70%> <tr>
<td>Name:
<td><input type=text>
<tr>
<td><input type=reset value="reset">
</table>
<form>
Name:

Form >> Create a Form >> Submit Button Form >> Create a Form >> Image Button