注册

来源:互联网 发布:北京上游网络 编辑:程序博客网 时间:2024/04/28 12:52
<html>
<head>
<title>注册</title>
<style>
h1{
color:red;
font-size:80px;
font-family:隶书;
}
</style>
</head>
<body bgcolor = "yellow">
<center>
<h1>请注册</h1>
</center>
<center>
<form action = "字体.html">
号<input maxlength = "8" placeholder = "请输入账号..."/>
<br/><br/>
码<input type = "password" maxlength = "8" placeholder = "请输入密码..."/>
<br/><br/>
认<input type = "password" maxlength = "8" placeholder = "确认密码..."/>
<br/><br/>
话<input maxlength = "11" placeholder = "请输入电话..."/>
<br/><br/>
男<input type = "radio" name = "aa" checked = "true"/>
女<input type = "radio" name = "aa"/>
保密<input type = "radio" name = "aa"/>
<br/><br/>
游戏<input type = "checkbox"/>
旅游<input type = "checkbox"/>
唱歌<input type = "checkbox"/>
游泳<input type = "checkbox"/>
其他<input type = "checkbox"/>
<br/><br/>
问题一:<select>
<option>你母亲姓名</option>
<option>你父亲姓名</option>
<option>你初恋是谁</option>
<option>班主任名字</option>
  </select>
<br/><br/>   
答案:<input maxlength = "10"/>
<br/><br/>
上传头像:<input type = "file"/>
<br/><br/>
<textarea cols = "80" rows = "12" placeholder = "这家伙很懒,什么也没有留下..."></textarea>
<br/><br/>
验证码:<input maxlength = "5"/>65495
<br/><br/>
  <input type = "submit" value = "注册"/>
  <input type = "reset"/>
</form>
</center>
</body>
</html>
原创粉丝点击