邮箱注册-HTML版

时间:2024-03-02 12:16:04
邮箱注册
邮箱账号:
  需要通过邮箱激活,不支持@gmail.com的邮箱
 
 
登录用户名:
  仅在登录时使用,字符数不少于4个
显示名称:
  即昵称,字符数不少于2个
密码:
确认密码:
  至少8位,必须包含字母,数字,特殊字符
性别:
喜好: 听音乐打篮球旅游跳舞
  同意"服务条款"和"用户须知"、"隐私权相关政策"
<body background="bg2.jpg">
<form>
<center><font size="+5" color="#3300FF">邮箱注册</font></center>

<table border="0" cellpadding="0" cellspacing="0">
<tr height="50">  
<td width="100">邮箱账号:</td>
<td width="400"><input type="text"/> </td><td><select size="1" ><option value="126">@126.com</option><option value="163">@163.com</option><option value="qq">@qq.com</option></select></td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400">需要通过邮箱激活,不支持@gmail.com的邮箱</td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400"><input type="text" /></td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400"><input type="button" value="点击获取验证码"</td>
</tr>

<tr height="50">
<td width="100">登录用户名:</td>
<td width="400"><input type="text" /></td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400">仅在登录时使用,字符数不少于4个</td>
</tr>

<tr height="50">
<td width="100">显示名称:</td>
<td width="400"><input type="text" /> </td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400">即昵称,字符数不少于2个</td>
</tr>


<tr height="50">
<td width="100">密码:</td>
<td width="400"> <input type="password"/> </td>
</tr>

<tr height="50">
<td width="100">确认密码:</td>
<td width="400"> <input type="password"/> </td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400">至少8位,必须包含字母,数字,特殊字符</td>
</tr>

<tr height="50">
<td width="100">性别:</td>
<td width="400"><select size="1" ><option value="man" selected="selected">男</option><option value="woman">女</option></td>
</tr>

<tr height="50">
<td width="100">喜好:</td>
<td width="400"><input type="checkbox"/>听音乐<input type="checkbox"/>打篮球<input type="checkbox"/>旅游<input type="checkbox"/>跳舞</td>
</tr>

<tr height="50">
<td width="100"><input type="reset" value="重置" /></td>
<td width="400"><input type="submit" value="注册"/></td>
</tr>

<tr height="50">
<td width="100"></td>
<td width="400"><input type="checkbox" checked="checked" />同意"服务条款"和"用户须知"、"隐私权相关政策"</td>
</tr>


</table>

</form>





</body>