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.

noframes 要素

概要

<noframes> は、<frame> 要素をサポートしない、またはフレームを無効に設定したブラウザを支援するために使用する HTML 要素です。

<noframes> の内部では <body> 要素内に置くものとされる要素を、<frameset> 要素および <frame> 要素を除きどれでも使用できます。

注記: 主流のブラウザはすべてフレームをサポートしているため、一般的にこの要素は必要ではありません。また HTML5 では完全に廃止されており、標準に従うには使用を避けるべきです。

属性

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

<frameset cols="50%,50%">
  <frame src="https://developer.mozilla.org/en/HTML/Element/frameset" />
  <frame src="https://developer.mozilla.org/en/HTML/Element/frame" />
  <noframes><p>It seems your browser does not support frames or configured to does not so.</p></noframes>
</frameset>

関連情報

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

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