码迷,mamicode.com
首页 > 其他好文 > 详细

0712课程练习

时间:2017-07-12 17:51:03      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:idt   name   用户名   char   ble   table   head   bsp   tle   

<!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="w" />
<label for="1">足球</label>
<input type="checkbox" name="1" id="q" value="e" />
<label for="1">篮球</label>
<input type="checkbox" name="1" id="a" value="r" />
<label for="1">乒乓球</label>
<input type="checkbox" name="1" id="t" value="y" />
<label for="1">羽毛球</label>
<input type="checkbox" name="1" id="u" value="i" />
<label for="1">游泳</label>
</td>
</tr>
</table>
<form method="get" action="http://www.baidu.com">
<center><input type="submit" value="提交" /></center>
</body>
</html>

无标题文档

用户注册

 

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

 

0712课程练习

标签:idt   name   用户名   char   ble   table   head   bsp   tle   

原文地址:http://www.cnblogs.com/sglq/p/7156393.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!