[新着] Webテンプレートを仮オープンしました
<!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 http-equiv="Content-Style-Type" content="text/css">
<title>stylesheet sample</title>
<style type="text/css">
span.marker {
color: #ff0;
}
ul#menu_list {
margin:0;
padding:0;
list-style:none outside;
}
ul#menu_list li {
line-height:1.7;
}
a {
text-decoration: none;
color: #66c;
font-size: 0.9em;
font-weight: bold;
}
a:hover{
color: #933;
text-decoration: underline;
}
</style>
<base target="right">
</head>
<body>
<ul id="menu_list">
<li><span class="marker">■</span><a href="22seiki.html">Dateオブジェクト</a></li>
<li><span class="marker">■</span><a href="event3.html">マウスオーバー</a></li>
<li><span class="marker">■</span><a href="event4.html">肥満度計算</a></li>
<li><span class="marker">■</span><a href="kokyou.html">Google Map</a></li>
</ul>
</body>
</html>コピペするくらいなら、記述されている内容のそれぞれの意味を理解してください。