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

web前端1

时间:2018-09-16 23:57:31      阅读:375      评论:0      收藏:0      [点我收藏+]

标签:head   自我   技术   box   you   title   value   web   地址   

 <!DOCTYPE html>
<html>
<head>
<title>表单</title>
<meta charset="utf-8">
</head>
<body>
<form>
账号:<input type="text" name="name">
<br>
<br>
密码:<input type="password" name="password">
<br>
<br>
性别:<input type="radio" name="sex">男<input type="radio" name="sex">女
<br>
<br>
爱好:<input type="checkbox" name="zuqiu"checked="">足球 <input type="checkbox" name="dongm"checked="no">动漫 <input type="checkbox" name="youxi"checked="no">游戏
<br>
<br>
自我介绍:<br>
<textarea cols="35"rows="10"value="ziwojieshao">

</textarea>
<br>
<br>
地址:
<select name="dizhi">
<option>四川</option>
<option>北京</option>
<option>上海</option>
<技术分享图片lect>
<br>
<br>
<input type="submit" value="提交">
<input type="reset" value="重置">
<input type="button" value="按钮">
</form>
</body>
<技术分享图片ml>

web前端1

标签:head   自我   技术   box   you   title   value   web   地址   

原文地址:https://www.cnblogs.com/fan769875881/p/9657940.html

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