登录界面

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>登录界面</title>
</head>

<body topmargin="120">
<table background="渐变色.gif" align="center" width="45%" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" align="center" >邮箱:</td>
<td><textarea cols="39" rows="1" placeholder="请输入邮箱账号"></textarea></td>
</tr>
<tr>
<td></td>
<td>需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱</td>
</tr>
<tr>
<td align="center">登录用户名:</td>
<td><input type="text" placeholder="请输入用户名"/></td>
</tr>
<tr>
<td></td>
<td>仅在登录时使用,字符不少于4个</td>
</tr>
<tr>
<td align="center">显示名称:</td>
<td><textarea cols="39" rows="1"></textarea></td>
</tr>
<tr>
<td></td>
<td>即昵称,字符不少于2个</td>
</tr>
<tr>
<td align="center">密码:</td>
<td><input type="password" placeholder="请输入密码"/></td>
</tr>
<tr>
<td align="center">确认密码:</td>
<td><input type="password" placeholder="请确认密码"/></td>
</tr>
<tr>
<td></td>
<td>至少8位,必须包含字母、数字、特殊字符</td>
</tr>
<tr>
<td align="center">性别:</td>
<td>
<select size="1">
<option>男</option>
<option>女</option>
</td>
</tr>
<tr>
<td align="center">喜好:</td>
<td>
<input type="checkbox"/>听音乐&nbsp;&nbsp;&nbsp;<input type="checkbox"/>打篮球&nbsp;&nbsp;&nbsp;<input type="checkbox"/>看新闻<br />
<input type="checkbox"/>逛街&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox"/>聊天&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox"/>旅行&nbsp;<br />
<input type="checkbox"/>散步&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox"/>游乐园&nbsp;&nbsp;&nbsp;<input type="checkbox"/>打游戏<br />

</td>
</tr>
<tr>
<td align="center" colspan="2"><input type="submit" value="注册" width="200" height="50"/></td>
</tr>
</table>

</body>
</html>

原文地址:https://www.cnblogs.com/smile-dream/p/5783619.html