网站建设咨询电话
首页 >> 新闻中心 >> 新闻中心 >文章列表

HTML元素 - frameset

发布时间:2008-1-10 17:26:27   来源:正佳科技  编辑:佚名

定义
表示一个框架集,用于组织多个框架和嵌套框架集。

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.admin5.com/html/asdocs/html_tutorials/Frame_a.html">
  <frame src="http://www.admin5.com/html/asdocs/html_tutorials/Frame_b.html">
  <frame src="http://www.admin5.com/html/asdocs/html_tutorials/Frame_c.html">
</frameset>
</html>

* 姓  名:
更多资料  了解方案 
* 单位名称:
* 联系电话:
* 电子邮件: