当前位置: 首页 > 网络学院 > 网页制作基础教程 > HTML > HTML <fieldset>标签

HTML
HTML 介绍
HTML 元素
HTML 基本标签
HTML 格式
HTML 实体字符
HTML 链接
HTML 框架
HTML 表格
HTML 列表
HTML 表单
HTML 图片
HTML 背景
HTML 颜色
HTML 颜色值
HTML 颜色名
HTML 便条
HTML 布局
HTML 字体
HTML 4.0
HTML 样式

HTML <fieldset>标签


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 450 ::
收藏到网摘: n/a

定义与用法

The fieldset element draws a box around its containing elements.
fieldset元素可以将它所包围的元素用线框衬托出来


它在HTML和XHTML中的区别

NONE


实例

代码 输出结果
<fieldset>
Height <input type="text" size="3" />
Weight <input type="text" size="3" />
</fieldset>
Height Weight


标准属性

id, class, title, style, dir, lang, xml:lang

For a full description, go to Standard Attributes.
查看完整的描述

事件属性

accesskey, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup

For a full description, go to Event Attributes.
查看完整的描述


尝试与演示

Fieldset around data
How to draw a border with a caption around your data.
怎样给你的数据外用线框衬托出来

评论 (0) All

登陆 | 还没注册?