サイト内検索

...HTML・XHTMLタグ...

フレームのサンプル・3

4面のフレームのトップページ

<html>
<head>

<title>サンプル</title>

</head>

<frameset rows="15%,*,15%" border="0">
<frame name="ue" src="pink.html" scrolling="auto" frameborder="0" noresize>
<frameset cols="20%,*" scrolling="auto" border="0">
<frame name="hidari" src="blue.html" scrolling="auto" frameborder="0">
<frame name="migi" src="purple.html" scrolling="auto" frameborder="0">
</frameset>
<frame name="sita" src="yellow.html" scrolling="auto" frameborder="0" noresize>
<noframes>

<body>

このぺージはフレーム対応のブラウザでご覧ください。

<body>

</noframes>
</frameset>
</html>

[ブラウザ上]

サンプルページ→ 4面のフレーム

Copyright c 2007.10.01 luc All rights reserved.