Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<frameset>

已正式宣告棄用
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

概要

<frameset> 是用以包含 <frame> 元素的元素。

注意:因為使用框架的推薦是 <iframe>,這個元素一般不會在現在的網站出現。

屬性

如同其他 HTML 元素,這個元素支持全域屬性

cols
這個屬性指定了橫向框架的數量和尺寸。
rows
這個屬性指定了直向框架的數量和尺寸。

範例

<frameset cols="50%,50%">
  <frame src="https://developer.mozilla.org/en/HTML/Element/frameset" />
  <frame src="https://developer.mozilla.org/en/HTML/Element/frame" />
</frameset>

參見

文件標籤與貢獻者

 此頁面的貢獻者: iigmir
 最近更新: iigmir,