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

html 注册页型式

时间:2016-01-25 22:39:47      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>会员注册</title>
</head>
<body>
<h3 style="color: crimson" align="center"><u>会员注册</u></h3>
<form action="#" method="post">
<div>
<pre>用 户 名: <input type="text"></pre>
</div>
<div>
<pre>密 码: <input type="password"></pre>
</div>
<div>
<pre>性 别: <input type="radio" name="sex">男<input type="radio" name="sex">女</pre>
</div>
<div>
<pre>出生年月: <input type="number" style="width: 50px">年<input type="number" style="width: 20px;">月<input type="number" style="width: 20px;">日</pre>
</div>
<div>
<pre>地 址: <input type="text"></pre>
</div>
<div>
<pre>爱 好: <input type="checkbox">体育<input type="checkbox">旅游<input type="checkbox">读书<input type="checkbox">电脑<input type="checkbox">音乐
</pre>
</div>
<pre>上传形象: <input type="text"> <input type="button" value="浏览...">
</pre>
<pre>个人简介: <textarea name="" id="" cols="25" rows="5"></textarea>
</pre>
<pre>友情链接: <select>
<option value="wangyi" selected="selected">网易</option>
<option value="taobao">淘宝</option>
</select>
</pre>
<input type="submit" value="提交"> <input type="reset" value="重置">
</form>
</body>
</html>

html 注册页型式

标签:

原文地址:http://www.cnblogs.com/sunhoufu/p/5158737.html

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