<html> <head> <!--タイトルバー--> <title> 貴方のHPのタイトル </title></head> <!--ページ全体の背景色--> <body bgcolor="#cccccc"> <center> <!--1つ目のテーブルの起点、およびテーブル全体の横幅のサイズ設定--> <table width="800"><TR> <!--テーブルの1列目(INDEX枠)の起点--> <TH bgcolor="#6699cc" width="150" valign="top"> <!--INDEXの文字のサイズ&色指定--> <font size="4" color="maroon"> <i><B> “INDEX(目次)”</B></I></font> <font size="3" Color="Blue"> <BR> <BR> <!--各作品へのリンク--> 作品『ABC』<BR> <a href="abc01.htm"> P01</a><BR> <a href="abc10.htm"> P10</a><BR> <a href="abc20.htm"> P20</a><BR> ……<BR> <BR><BR> 『桃太郎VS金太郎』<BR> <a href="mvk01.htm"> P01</a><BR> <a href="mvk10.htm"> P10</a><BR> <a href="mvk20.htm"> P20</a><BR> ……<BR> <BR> <BR> <!--イラストコーナーへのリンク--> <a href="ill.htm"> <font color="red"> “イラストコーナー”へ…</a> </font></font><br><br> </TH> <!--テーブルの2列目の背景色&枠の横幅設定--> <TH bgcolor="#ffffff" valign="top"> <!--『表紙イラスト』のイメージファイル指定タグ--> <img src="index-img.jpg"> <BR> <BR> </TH></TR></table> <!--1つ目のテーブルの終了点--> <BR><BR> <!--2つ目のテーブル(“Information”用)の起点、 およびテーブル全体の横幅のサイズ設定--> <table bgcolor="#ffffff" width="500"> <tr><th> <!--Information文字のサイズ&色指定--> <font size="5 "color="orange"> “Information”</font><BR> <BR> <!--コメント文字のサイズ&色指定--> <font size="3" color="#999999"> <BR><BR> <!--コメントスペース--> <BR> </th></tr></table> <BR> </center> </body> </html> |
---|