Selasa, 14 Januari 2014

reset

<html>
<head>    </head>
<title> reset </title>
<body> reset
 <from>
<input type="reset">
</from>
 </body>
</html>

submit

<html>
<head>
<title> submit </title>
<body>
<from>
<input type="submit" value="submit">
</from>