fieldset HTML元素

来源:百度文库 编辑:神马文学网 时间:2024/04/27 13:29:19
定义
在字段集包含的文本和其它元素外面画一个方框。
Draws a box around the text and other elements that the field set contains.
注释
此元素用于对表单中的元素进行分组并在文档中区别标出文本。
FIELDSET 元素与窗口框架的行为有些相似。因为窗口框架没有滚动条,将 overflow 属性值设为 scrol,显示效果和值为 hidden 相同。
此元素在 Internet Explorer 4.0 及以上版本的HTML 和的脚本中可用。
此元素是块元素。
此元素需要关闭标签。
This element is useful for grouping elements in a form and for distinctively marking text in a document.
The FIELDSET element has the same behavior as a window frame. Since window frames do not have scroll bars, assigning the overflow property a value of scroll will render it as if the value were hidden.
This element is available in HTML and script as of Internet Explorer 4.0.
This element is a block element.
This element requires a closing tag.