<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<form action="Register.aspx">
<table border="1" style="width: 307px">
<tr><td><label for="username">用户名:</label></td><td><input type="text" id="username"/></td></tr>
<tr><td><label for="password">密码:</label></td><td><input type="password" id="password"/></td></tr>
<tr><td><label for="password">重复密码:</label></td><td><input type="password" id="password1"/></td></tr>
<tr><td><label for="province">省份:</label></td><td>
<select >
<optgroup label="直辖市">
<option >北京</option>
<option>天津</option>
<option>重庆</option>
<option>上海</option>
<option selected="selected">山西</option>
<option>河北</option>
<option>江西</option>
<option>湖北</option>
</optgroup>
</select>
</td></tr>
<tr><td>
<label for="ds">性别:</label></td><td>
<input type="radio" name="sex"/>男
<input type="radio" name="sex"/>女
<input type="radio" name="sex"/>保密
</td></tr>
<tr><td colspan="2">
<fieldset>
<legend>爱好</legend>
<input type="checkbox" id="ds"><label for="ds">登山</label>
<input type="checkbox" id="ds1"><label for="ds1">篮球</label>
<input type="checkbox" id="ds2"><label for="ds2">足球</label>
<input type="checkbox" id="ds3"><label for="ds3">读书</label>
<input type="checkbox" id="ds4"><label for="ds4">读书</label>
</fieldset>
</td></tr>
<tr><td colspan="2"><input type="reset" /></td></tr>
<tr><td><label for="authcode">验证码:</label></td><td><input type="text" id="authcode"/><img src="images/123.bmp"alt="验证码"title="验证码" /></td></tr>
<tr><td colspan="2"><input type="checkbox" id="cha"/><label for="cha">记住密码:</label></td></tr>
<tr><td colspan="2"><center><input type="submit" value="登录"/></center></td></tr>
</table>
</form>
</body>
</html>
|
-
1.jpg
(48.91 KB, 下载次数: 35)
|