为什么文本框无法重置?

@Ta 2016-09-23发布,2016-09-23修改 1484点击
<!DOCTYPE>
<html>
<head>
 <title>请填写注册信息</title>
</head>

<body>
<from name="from2" action = "from2.php" method = "post">
<table border="1" align= "center">
<thead>
<tr>
<th colspan="2">请填写注册信息</th>                        
</tr>
</thead>

<tr>
<td>个人信息</td>
<td>
<textarea name = "information" wrap = "virtual" rows = "6">
</textarea>
</td>
</tr>

<tr>
<td align= "center" colspan="2">
<input type = "submit"  value = "提交"  />
<input type = "reset"  value = "重置"  />
</td>
</tr>
</table>
</from>

</body>

</html>                                                                                                                                                                                                                                              
回复列表(1|隐藏机器人聊天)
添加新回复
回复需要登录