« SQL Server中保存和输出图片Excel数据导入到Access、Sql Server中示例代码 »

HTML元素 - fieldset 方框

定义
在字段集包含的文本和其它元素外面画一个方框。

Draws a box around the text and other elements that the field set contains.

注释
此元素用于对表单中的元素进行分组并在文档中区别标出文本。

FIELDSET 元素与窗口框架的行为有些相似。因为窗口框架没有滚动条,将 overflow 属性值设为 scrol,显示效果和值为 hidden 相同。

此元素在 Internet Explorer 4.0 及以上版本的HTML 和的脚本中可用。

此元素是块元素。

此元素需要关闭标签。

出自悠悠博客 ajaxstu.com
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.

原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。