首页 > Web开发 > 详细

我的第一个html

时间:2015-10-29 23:09:03      阅读:288      评论:0      收藏:0      [点我收藏+]

<html>
<head>
<form>
<fieldset>
<legent>表单的注册</legent><br/>
姓名:<input type="text"/><br/>
密码:<input type="text"/><br/>
邮箱:<input type="text"/><br/>
性别:<input type="radio" name="identity" value="nan"/>男
<input type="radio" name="identity" value="women"/>女<br/>
地址:
<select>
<option value="1">广州</option>
<option value="2">东莞</option>
<option value="3">深圳</option>
</select><br/>
简介:
兴趣:
<lable>
<input type="checkbox"/>读书
<input type="checkbox"/>运动
<input type="checkbox"/>吃喝
</lable></br>
上传:
<input type="file">
</fieldset>
</form>
</body>
</html>

技术分享

我的第一个html

原文:http://www.cnblogs.com/xiaozhou123/p/4922076.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!