■□ お役立ちタグ
■ 黒い見出しつきテーブルのタグ
■□ 見出しの名前
ここに内容
□ このフレームにリンクを開くタグ
文字
■ 左のメニューフレームにリンクを開くタグ
文字
□ このページのスタイルシートを外部呼出しするタグ(<head>〜</head>間に)
■ このページの基本構成タグ
<html> <head> <title>ページの名前</title> <link rel="stylesheet" type="text/css" href="main.css"></head> <body> <center> <table width="405"><tr><td> <!--body--> ここに内容 <!--body-->
<br><br><br> </center> </body> </html>
□ 左のメニューページの基本構成タグ
<html> <head> <title>MENU</title> <STYLE type="text/css"> <!-- body{ background-image : url("menu2_back.png"); background-attachment: fixed; background-position: right bottom; background-repeat: no-repeat; } td,body{ font-size:11px; color:khaki; cursor:default; } a{text-decoration:none; font-size:11px; color:khaki; cursor:default; } a:hover{ color : white; } --> </STYLE> </head> <body bgcolor="black"> 内容 </body> </html>