码迷,mamicode.com
首页 > Web开发 > 详细

网站注册(css)

时间:2016-10-22 21:16:21      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:保密   res   name   reset   radio   word   ext   charset   小学   

<! DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>作业2</title>
</head>
<body>
<h1>欢迎注册本网站</h1>
<br>
请输入您的名字:
<input type="text" name="文本框"/>这是文本框<br>
<br>
请输入您的密码:
<input type="password" name="密码框"/>这是密码框<br>
<br>
请选择你的性别:
<input type="radio" name="sex"/>男
<input type="radio" name="sex"/>女
<input type="radio" name="sex"/>保密<br>
<br>
请选择你的学历:
<input type="radio" name="edu"/>幼儿园
<input type="radio" name="edu"/>小学
<input type="radio" name="edu"/>初中
<input type="radio" name="edu"/>高中
<input type="radio" name="edu"/>大学
<input type="radio" name="edu"/>硕士
<input type="radio" name="edu"/>博士
<input type="radio" name="edu"/>更高<br>
<br>
请选择你的爱好:
<input type="checkbox" name="hobby"/>睡觉
<input type="checkbox" name="hobby"/>吃饭
<input type="checkbox" name="hobby"/>足球
<input type="checkbox" name="hobby"/>篮球
<input type="checkbox" name="hobby"/>乒乓球
<input type="checkbox" name="hobby"/>打豆豆<br>
<br>
请选择你的技能:
<input type="checkbox" name="skill"/>HTML
<input type="checkbox" name="skill"/>CSS
<input type="checkbox" name="skill"/>JS<br>
<br>
请选择你的籍贯:
<select>
<option>北京</option>
<option>上海</option>
<option>广州</option>
<option>深圳</option>
<option>重庆</option>
<option>湖北</option>
</select>
<br><br>
签名:
<textarea></textarea>
<br><br>
普通按钮:
<input type="button" value="普通按钮"/><br>
<br>
提交按钮:
<input type="submit"/><br>
<br>
重置按钮:
<input type="reset"/><br>
</body>
</html>

网站注册(css)

标签:保密   res   name   reset   radio   word   ext   charset   小学   

原文地址:http://www.cnblogs.com/future-zmy/p/5988255.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!