Form >> Create a Form >> Reset Button
|
|
Reset Button
Reset button allows the user to clear all the informations he had typed.
<form name=f1>
<table border=1 width=70%>
<tr>
<td>Name:
<td><input type=text>
<tr>
<td><input type=reset value="reset">
</table>
<form>
|
|
|
|
|
|