邮箱注册代码

Posted 画里画着他画她i

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了邮箱注册代码相关的知识,希望对你有一定的参考价值。

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>邮箱注册</title>
</head>

<body background="渐变色背景-1.gif"><form method="post" >
<table width="800" height="600" border="0" cellpadding="0" cellspacing="0" align="center">
<tr height="50">
<td width="110">邮箱:</td>
<td><input  type="text" ></td>
</tr>
<tr height="50">
<td width="110"></td>
<td><font color="#aaaaaa" size="2">需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱</font></td>
</tr>
<tr height="50">
<td width="110">登录用户名:</td>
<td><input type="text" ></td>
</tr>
</tr>
<tr height="50">
<td width="110"></td>
<td><font color="#aaaaaa" size="2">仅在登录时使用,字符不少于4个</font></td>
</tr>
<tr height="50">
<td width="110">显示名称:</td>
<td><input type="text" ></td>
</tr>
</tr>
<tr height="50">
<td width="110"></td>
<td><font color="#aaaaaa" size="2">仅在登录时使用,字符不少于4个</font></td>
</tr>
<tr height="50">
<td width="110">密码:</td>
<td><input type="text" ></td>
</tr>
<tr height="50">
<td width="110">确认密码:</td>
<td><input type="text" ></td>
</tr>
<tr height="50">
<td width="110"></td>
<td><font color="#aaaaaa" size="2">至少8位,可以包含字母、数字、特殊字符</font></td>
</tr>
<tr height="50">
<td width="110">性别:</td>
<td><input type="radio" name="性别"><input type="radio" name="性别"></td>
</tr>
<tr height="50">
<td width="110">喜好:</td>
<td><input type="checkbox" >篮球&nbsp;&nbsp;&nbsp;<input type="checkbox">唱歌&nbsp;&nbsp;&nbsp;<input type="checkbox">旅游&nbsp;&nbsp;&nbsp;<input type="checkbox">听音乐&nbsp;&nbsp;&nbsp;<input type="checkbox">看电影&nbsp;&nbsp;&nbsp;<input type="checkbox">其他</td>
</tr>
<tr height="50">
<td width="110"></td>
<td><input type="submit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" /></td>
</tr>

</form>
</table>
</body>
</html>

 

以上是关于邮箱注册代码的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot轻轻松松搞定用户邮箱登录注册

ThinkPHP邮箱验证

C#邮箱注册

关闭discuzX3.2注册页面的注册邮箱验证

servlet邮箱激活验证实例含代码

登录注册页面要素+注意事项+代码