[html]代码库
<!DOCTYPE html>
<html>
<head>
<title>登陆页面</title>
</head>
<body>
<form id="" action="地址" method="post">
email:
<input type="email" name="email" />
<br />
密 码:
<input type="password" name="password" />
<br />
验证码
<input type="text" name="email" />
<br />
<input type="submit" value="提交" />
</form>
<form id="" action="地址" method="post">
email:
<input type="email" name="email" />
<br />
密 码:
<input type="password" name="password" />
<br />
确认密码
<input type="password" name="repassword" />
<br />
验证码
<input type="text" name="email" />
<br />
<input type="submit" value="注册" />
</form>
<form id="" action="地址" method="post">
email:
<input type="email" name="email" />
<br />
<input type="submit" value="提交" />
</form>
</body>
</html>
[代码运行效果截图]