首页 > 代码库 > 0712课程练习

0712课程练习

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body bgcolor="aquamarine" leftmargin="40%" rightmargin="40%">
<b><center><font color="crimson" face="行书" size="5">用户注册</font></center></b><br />
<table width="100%">
<tr>
<td>用户名</td>
<td><input type="text"</td>
</tr>
<tr>
<td>密码</td>
<td><input type="password" name="qwe" id="a"></td>
</tr>
<tr>
<td>确认密码</td>
<td><input type="password" name="qwe" id="a"></td>
</tr>
<tr>
<td>姓名</td>
<td><input type="text"></td>
</tr>
<tr>
<td>性别</td>
<td>
<select size="1">
<option>男</option>
<option>女</option>
<option>保密</option>
</select>
</td>
</tr>
<tr>
<td>年龄</td>
<td>
<select size="1">
<option>1990</option>
<option>1991</option>
<option>1992</option>
<option>1993</option>
<option>1994</option>
<option>1995</option>
</select>
</td>
</tr>
<tr>
<td>爱好.特长</td>
<td>
<input type="checkbox" name="1" id="2" value="http://www.mamicode.com/w" />
<label for="1">足球</label>
<input type="checkbox" name="1" id="q" valuhttp://www.mamicode.com/e="e" />
<label for="1">篮球</label>
<input type="checkbox" name="1" id="a" value="http://www.mamicode.com/r" />
<label for="1">乒乓球</label>
<input type="checkbox" name="1" id="t" value="http://www.mamicode.com/y" />
<label for="1">羽毛球</label>
<input type="checkbox" name="1" id="u" value="http://www.mamicode.com/i" />
<label for="1">游泳</label>
</td>
</tr>
</table>
<form method="get" action="http://www.baidu.com">
<center><input type="submit" value="http://www.mamicode.com/提交" /></center>
</body>
</html>

无标题文档

用户注册

 

用户名
密码
确认密码
姓名
性别
年龄
爱好.特长

 

0712课程练习