摘要:<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Document</title></head><body><div><form action="&quo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div>
<form action="" method="get">
<table border="1" cellpadding="0" cellspacing="0" width="" height="">
<caption>注册信息</caption>
<tr>
<th >姓名</th>
<td>
<input type="text" name="username" />
</td>
</tr>
<tr>
<th >密码</th>
<td>
<input type="password" name="password" />
</td>
</tr>
<tr>
<th >邮箱</th>
<td>
<input type="text" name="email" />
</td>
</tr>
<tr>
<th >性别</th>
<td>
<input type="radio" name="gender" /><label for="programme">撸代码</label>男
<input type="radio" name="gender" />女
</td>
</tr>
<tr>
<th >兴趣</th>
<td>
<input type="checkbox" name="interest" />打篮球
<input type="checkbox" name="interest" />踢足球
<input type="checkbox" name="interest" />阅读
<input type="checkbox" name="interest" />旅游
</td>
</tr>
<tr>
<th >头像</th>
<td>
<input type="file" name="head" />
</td>
</tr>
<tr>
<td>
<input type="reset" name="head" />
</td>
<td>
<button type="button">注册</button>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
批改老师:灭绝师太批改时间:2019-01-19 15:45:02
老师总结:完成的不错!开始的学习比较基础,后面的效果会精彩的多