<title>无标题文档</title>
<style type="text/css">
.hei {
color: #000;
}
</style>
</head>
<body text="#CCCCCC" background="渐变色.jpg">
<table width="916" height="407" border="0">
<tr align="center">
<td width="906" height="53">
<form>
<span class="hei">邮箱:</span>
<input type="text" />
</form> </td>
</tr>
<tr>
<td align="center" height="53">需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱 </td>
</tr>
<tr align="center">
<td height="53">
<form>
<span class="hei">登陆用户名:</span><input type="text" />
</form> </td>
</tr>
<tr align="center">
<td height="53"> 仅在登陆时使用,字符数不少于4个 </td>
</tr>
<tr align="center">
<td height="53">
<form>
<span class="hei"> 显示名称:</span><input type="text" />
</form> </td>
</tr>
<tr align="center">
<td height="53">即昵称,字符数不少于2个 </td>
</tr>
<tr align="center">
<td height="53">
<form>
<span class="hei"> 密码:</span><input type="password" />
</form> </td>
</tr>
<tr align="center">
<td height="53">
<form>
<span class="hei"> 确认密码:</span><input type="password" />
</form> </td>
</tr>
<tr align="center">
<td height="53">至少8位,必须包含字母、数字、特殊字符 </td>
</tr>
<tr align="center">
<td height="53">
<form>
<span class="hei">性别:</span> <br />
<label>
<input type="radio" name="RadioGroup1" value="男" id= />
<span class="hei"> 男</span></label>
<br />
<label>
<input type="radio" name="RadioGroup1" value="女" id="" />
<span class="hei">女</span></label>
<br />
</form> </td>
</tr>
<tr align="center">
<td height="53">
<form>
<span class="hei"> 喜好:</span><select>
<option>打篮球</option>
<option>打乒乓球</option>
<option>踢足球</option>
<option>跳绳</option>
</select>
</form> </td>
</tr>
<tr align="center">
<td height="53"><form>
<input type="submit" value="注册"/>
</form> </td>
</tr>
</table>
</body>
</html>