無料ホームページ作成マニュアル
ホームページ マニュアル>サンプルフレーム

◆サンプルフレーム

フレームページのサンプルとなるソースです。

◆二分割

テキストエディタで新規のテキストを開き、下のソースをコピー&ペーストしてhtmlファイルとして保存してください。
これがフレームの土台になります。
フレームサンプル

<html>
<head>
<title>タイトル</title>
</head>
<frameset cols="200,*">
<frame name="a" src=" a.html">
<frame name="b" src=" b.html">
</frameset>
<noframes>
フレームの表示が出来ません。
</noframes>
</html>

200,*を*,200にすれば、右側の大きさを固定したフレームページとなります。

テキストエディタで新規のテキストを開き、下のソースをコピー&ペーストしてhtmlファイルとして保存してください。
これがフレームの土台になります。
フレームサンプル

<html>
<head>
<title>タイトル</title>
</head>
<frameset rows="150,*">
<frame name="a" src="a.html">
<frame name="b" src="b.html">
</frameset>
<noframes>
フレームの表示が出来ません。
</noframes>
</html>

150,*を*,150にすれば、下側の大きさを固定したフレームページとなります。

◆三分割

テキストエディタで新規のテキストを開き、下のソースをコピー&ペーストしてhtmlファイルとして保存してください。
これがフレームの土台になります。
フレームサンプル

<html>
<head>
<title>タイトル</title>
</head>
<frameset cols="200,*,200">
<frame name="a" src="a.html">
<frame name="b" src="b.html">
<frame name="c" src="c.html">
</frameset>
<noframes>
フレームの表示が出来ません。
</noframes>
</html>

テキストエディタで新規のテキストを開き、下のソースをコピー&ペーストしてhtmlファイルとして保存してください。
これがフレームの土台になります。
フレームサンプル

<html>
<head>
<title>タイトル</title>
</head>
<frameset rows="100,*,100">
<frame name="a" src="a.html">
<frame name="b" src="b.html">
<frame name="c" src="c.html">
</frameset>
<noframes>
フレームの表示が出来ません。
</noframes>
</html>

テキストエディタで新規のテキストを開き、下のソースをコピー&ペーストしてhtmlファイルとして保存してください。
これがフレームの土台になります。
フレームサンプル

<html>
<head>
<title>タイトル</title>
</head>
<frameset rows="100,*">
<frame name="a" src="a.html">

<frameset cols="200,*">
<frame name="b" src="b.html">
<frame name="c" src="c.html">
</frameset>
<noframes>
フレームの表示が出来ません。
</noframes>
</html>

テキストエディタで新規のテキストを開き、下のソースをコピー&ペーストしてhtmlファイルとして保存してください。
これがフレームの土台になります。
フレームサンプル

<html>
<head>
<title>タイトル</title>
</head>
<frameset rows="*,100">
<frameset cols="*,200">
<frame name="a" src="a.html">

<frame name="b" src="b.html">
</frameset>

<frame name="c" src="c.html">
<noframes>
フレームの表示が出来ません。
</noframes>
</frameset>
</html>

◆トップページヘ
無料HP作成マニュアル
◆作成中級編
ソースで直すHP
テキスト関連
画像関連
リンク関連
その他の小技
フレームページ
サンプルフレーム
<<Back【フレームページ】 Next>>【ブログの活用】
【無料ホームページ作成マニュアル】