HTML元素 - frameset 不指定

jed , 2006-10-25 13:15 , 代码编程 , 评论(0) , 阅读(3958) , Via 本站原创 | |
定义
表示一个框架集,用于组织多个框架和嵌套框架集。

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://www.blabla.cn/asdocs/html_tutorials/Frame_a.html">
 <frame src="http://www.blabla.cn/asdocs/html_tutorials/Frame_b.html">
 <frame src="http://www.blabla.cn/asdocs/html_tutorials/Frame_c.html">
</frameset>
</html>
发表评论

昵称

网址

电邮

打开HTML 打开UBB 打开表情 隐藏 记住我 [登入] [注册]