28. フレーム / 3分割

CHECK POINTS
<FRAMESET><FRAME>RowsColsTarget="_top"
■複数のファイル(フレーム)を開く方法

★ 実行例 [28-1]:「上 38px、下 残り / 下の段:左 115px、右 残り」



28-frame-2.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML Lang="ja"> <HEAD> <META Http-Equiv="Content-Type" Content="text/html; charset=Shift_JIS"> <META Http-Equiv="Content-Style-Type" Content="text/css"> <STYLE TYPE="text/css"> BODY {text-align: center; background-color: #7ffffe; margin: 16px 0px} TD, TH {text-align: left; font-size: 13px; padding: 2px 0px} TH {color: #ff4040} A:link {text-decoration: none; color: #000080} A:visited {text-decoration: none; color: #000080} A:hover {text-decoration: underline; color: Yellow} </STYLE> </HEAD> <BODY> <TABLE> <TR><TD><A Href="top.html" Target="fr3">表 紙</A> <TR><TD><A Href="mokuji.html" Target="fr3">目次</A> <TR><TD><A Href="color-name.html" Target="fr3">色の名前</A> <TR><TD><A Href="color-code.html" Target="fr3">色のコード名</A> <TR><TD><A Href="kishuizon-moji.html" Target="fr3">機種依存文字</A> <TR><TD><A Href="yoso.html" Target="fr3">要素一覧</A> <TR><TD><A Href="style-2.html" Target="fr3">CSS 2.1</A> <TR><TH>本 文 <TR><TD><A Href="p-1-1.html" Target="fr3">1-1.解説</A> <TR><TD><A Href="p-1-2.html" Target="fr3">1-2.練習</A> <TR><TD><A Href="p-2-1.html" Target="fr3">2-1.解説</A> <TR><TD><A Href="p-2-2.html" Target="fr3">2-2.練習</A> <TR><TD><A Href="p-3-1.html" Target="fr3">3-1.解説</A> <TR><TD><A Href="p-3-2.html" Target="fr3">3-2.練習</A> <TR><TD><A Href="p-4-1.html" Target="fr3">4-1.解説</A> <TR><TD><A Href="p-4-2.html" Target="fr3">4-2.練習</A> <TR><TD><A Href="p-5-1.html" Target="fr3">5-1.解説</A> <TR><TD><A Href="p-5-2.html" Target="fr3">5-2.練習</A> <TR><TD><A Href="p-6-1.html" Target="fr3">6-1.解説</A> <TR><TD><A Href="p-6-2.html" Target="fr3">6-2.練習</A> <TR><TD><A Href="p-7-1.html" Target="fr3">7-1.解説</A> <TR><TD><A Href="p-7-2.html" Target="fr3">7-2.練習</A> <TR><TD><A Href="p-8-1.html" Target="fr3">8-1.解説</A> <TR><TD><A Href="p-8-2.html" Target="fr3">8-2.練習</A> <TR><TD><A Href="p-9-1.html" Target="fr3">9-1.解説</A> <TR><TD><A Href="p-9-2.html" Target="fr3">9-2.練習</A> <TR><TD><A Href="p-10-1.html" Target="fr3">10-1.解説</A> <TR><TD><A Href="p-10-2.html" Target="fr3">10-2.練習</A> </TABLE> </BODY> </HTML>