| フレーム未対応 <NOFRAMES> |
HOME > HTML > フレーム未対応 <NOFRAMES>
タグ サポート <NOFRAMES> e3〜N2〜 H4〜 ■ 説明
<noframes>は、フレーム未対応ブラウザの場合表示するコメントやイメージを記述します。
■ 記述 <noframes>〜</noframes>
<html>
<head>
<title>ホームページのタイトル</title>
</head>
<frameset cols="20%,*" rows="*">
<frame src="menu.htm" name="menu">
<frame src="naiyou.htm"name="naiyou">
</frameset>
<noframes>
<body>
フレーム未対応の方は<a href="xxx.htm">こちら</a>
</body>
</noframes>
</html>■ 表示結果
フレーム未対応の方はこちら ■ 関連タグ
[HOME]