< html > |
< head > |
< title >提交和复位按钮</ title > |
</ head > |
< body > |
< form action=/cgi-bin/post-query method = POST > |
姓名 |
< INPUT TYPE = "TEXT" NAME = "NAME" SIZE = "20" > |
< input type = "SUBMIT" VALUE = "送出资料" > |
< input type = "RESET" VALUE = "重新填写" > |
</ form > |
</ body > |
</ html > |