<form method=post action='test.html'>
<p>姓名:<input type='text' name='username' size=10>
<input type='submit' value='送出'>
<input type='reset' value='重新填寫'>
</form>
type=submit
表示這一種型態,是一個可以執行的功能
type=reset
value=...
會該選項會出現的文字
會清除所輸入的內容