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> 要素を包含するために使用する HTML 要素です。

注記: <iframe> の使用が支持されたことからフレームの使用は好ましくないため、一般的に現行の Web サイトではこの要素を使用しません。

属性

他のすべての HTML 要素と同様に、この要素はグローバル属性をサポートします。

cols
この属性は、frameset 内の水平方向の領域の数とサイズを指定します。
rows
この属性は、frameset 内の垂直方向の領域の数とサイズを指定します。

<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>

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: yyss
 最終更新者: yyss,