■ トップページ作成
インデックスファイルのファイル名は、index 、拡張子は、htm、html どちらでも構いませんが、ホームページを公開するサーバによって指定がある場合がありますので、サーバのヘルプ等で確認して下さい。
スタイルシートファイルのファイル名は半角英数文字で、任意の名前、拡張子を css で保存します。
⇒ こんな感じでイメージ ( イメージを分りやすくする為に、各ブロックを色分けしています。 )
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset=Shift_JIS"> <meta name="robots" content="INDEX,FOLLOW"> <meta name="description" content=""> <meta name="keywords" content=""> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="content-script-type" content="text/javascript"> <title>ホームページ作成に便利なサイトのリンク集 Let's Make the Homepage</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> </body> </html>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS"> <meta name="robots" content="INDEX,FOLLOW"> <meta name="description" content=""> <meta name="keywords" content=""> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="content-script-type" content="text/javascript"> <title>ホームページ作成に便利なサイトのリンク集 Let's Make the Homepage</title> <link rel="stylesheet" type="text/css" href="style.css">
<!-- タイトルカラム --> <div class="header_a"> <img src="title.png" alt="ホームページ作成に便利なサイトのリンク集 Let's Make the Homepage タイトル画像" width="250" height="40"> <h1>ホームページ作成 お役立ち リンク集</h1> </div> <!-- タイトルカラム -->
<img src="title.png" alt="ホームページ作成に便利なサイトのリンク集 Let's Make the Homepage タイトル画像" width="250" height="40"> <h1>ホームページ作成 お役立ち リンク集</h1>
h1 { font-size: 12px; margin: 0px 0px 0px 5px; text-align:left; }
<!-- タイトル右カラム --> <div class="header_b"> </div> <!-- タイトルカラム --> <!-- 上ラインカラム --> <div class="line"> <table width="100%"> <tr><td class="menu">新規登録申請 | 登録内容変更 | サイトマップ </td></tr> </table> </div> <!-- 上ラインカラム -->
<table width="100%"> <tr><td class="menu">新規登録申請 | 登録内容変更 | サイトマップ </td></tr> </table>
td { font-size: 12px; } .menu { padding-top: 3px; text-align: right; color: #ffffff; }
⇒ ソースはこちら
.sub_title { font-size: 14px; text-align: left; font-weight: bold; }
<!-- スペースカラム --> <div class="box_ab"> <img src="back/space.png" alt="" width="10" height="10"> </div> <!-- スペースカラム -->
<img src="back/space.png" alt="" width="10" height="10">
<!-- メニューカラム --> <div class="box_b"> <table width="100%" cellpadding="0" cellspacing="0"> <tr><td class="position_a" height="20"> <strong><font color="#ffffff">リンク集メニュー</font></strong></td></tr> <tr><td class="position_b">新規登録申請</td></tr> <tr><td class="position_b">登録内容変更</td></tr> <tr><td class="position_b">新着サイト</td></tr> <tr><td class="position_b">人気サイト</td></tr> <tr><td class="position_b">相互リンクサイト</td></tr> <tr><td class="position_b">カテゴリマップ</td></tr> <tr><td class="position_c" width="100%"></td></tr> </table> <br> <table width="100%" cellpadding="0" cellspacing="0"> <tr><td class="position_a" height="20"> <strong><font color="#ffffff">お勧めリンク</font></strong></td></tr> <tr><td class="position_b">有限会社 TWINKLE</td></tr> <tr><td class="position_b">株式会社 中部水研</td></tr> <tr><td class="position_b">ダイキン 株式会社</td></tr> <tr><td class="position_b">いまさらHTML,CSS講座</td></tr> <tr><td class="position_c" width="100%"></td></tr> </table> <br> <ul type="square"> <li>リンクについて</li> <li>免責事項</li> <li>連絡先</li> </ul> </div> <!-- メニューカラム -->
<table width="100%" cellpadding="0" cellspacing="0"> <tr><td class="position_a" height="20"> <strong><font color="#ffffff">リンク集メニュー</font></strong></td></tr> <tr><td class="position_b">新規登録申請</td></tr> <tr><td class="position_b">登録内容変更</td></tr> <tr><td class="position_b">新着サイト</td></tr> <tr><td class="position_b">人気サイト</td></tr> <tr><td class="position_b">相互リンクサイト</td></tr> <tr><td class="position_b">カテゴリマップ</td></tr> <tr><td class="position_c" width="100%"></td></tr> </table>
<table width="100%" cellpadding="0" cellspacing="0"> <tr><td class="position_a" height="20"> <strong><font color="#ffffff">お勧めリンク</font></strong></td></tr> <tr><td class="position_b">有限会社 TWINKLE</td></tr> <tr><td class="position_b">株式会社 中部水研</td></tr> <tr><td class="position_b">ダイキン 株式会社</td></tr> <tr><td class="position_b">いまさらHTML,CSS講座</td></tr> <tr><td class="position_c" width="100%"></td></tr> </table>
<ul type="square"> <li>リンクについて</li> <li>免責事項</li> <li>連絡先</li> </ul>
.position_a { background: url(back/short.png); padding-left: 10px; padding-top: 3px; } .position_b { background: url(back/short_middle.png); padding: 5px 0px 5px 10px; } .position_c { background: url(back/short_bottom.png); height: 12; } ul { margin-left :20; line-height: 1.5; }
<!-- フッターカラム --> <div id="footer"> <table width="100%"> <tr><td height="3"></td></tr> <tr><td style="background:#464646"></td></tr> <tr><td height="3"></td></tr> <tr><td>Copyright 2002-2007 いまさらHTML,CSS講座 joke All rights reserved</td></tr> </table> </div> <!-- フッターカラム -->
<div id="footer"> <table width="100%"> <tr><td height="3"></td></tr> <tr><td style="background:#464646"></td></tr> <tr><td height="3"></td></tr> <tr><td>Copyright 2002-2007 いまさらHTML,CSS講座 joke All rights reserved</td></tr> </table>
⇒ index.htm のソース ( ページを開き、右クリックメニューの ソースの表示でご覧下さい。 ) ⇒ style.css