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

HTML5<fieldset>标签

时间:2015-12-27 19:18:57      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

1、<fieldset>标签对表单中的相关元素进行分组。

2、<fieldset>标签会在相关表单元素周围绘制边框。

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<meta charset="utf-8" />
</head>
<body>
<form>
<fieldset>
<legend>个人信息:</legend>
<p>姓名:<input type="text"name="name" /></p>
<p>年龄:<input type="text"name="age" /></p>
<p>职务:<input type="text"name="job" /></p>
<p>地址:<input type="text"name="address" /></p>
</fieldset>
</form>
</body>
</html>

HTML5<fieldset>标签

标签:

原文地址:http://www.cnblogs.com/melao2006/p/5080584.html

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