定义
表示一个框架集,用于组织多个框架和嵌套框架集。
Specifies a frameset, which is used to organize multiple frames and nested framesets.
注释
FRAMESET 元素是 FRAME 元素的容器。HTML 文档可包含 FRAMESET 元素或 BODY 元素,但不能同时包含两者。
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。
此元素是一个内嵌元素。
此元素需要关闭标签。
The FRAMESET element is a container for the FRAME element. An HTML document can contain either the FRAMESET element or the BODY element, but not both.
This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
This element is an inline element.
This element requires a closing tag.
示例代码
<html>
<frameset cols="25%,50%,25%">
<frame src="http://
HTML元素 - frameset 组织多个框架和嵌套框架集
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]
相关文章:
- HTML元素 - frame 单个框架(2007-4-18 6:15:32)
- html:语言代码(2007-3-6 8:25:54)
- HTML元素 - center(2007-2-26 4:40:33)
- html:特殊符号和 BIDI 文本的字符项目(2007-2-3 11:6:38)
- HTML元素 - embed 嵌入文档(2007-2-1 1:54:21)
- HTML元素 - dfn 术语的定义(2007-1-27 8:23:49)
- HTML元素 - body(2007-1-26 7:36:25)
- HTML元素 - area(2007-1-2 6:33:41)
- HTML元素 - del 已删除文本(2006-11-16 11:46:29)
- HTML元素 - bdo(2006-11-12 11:49:4)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
