HTML Source......................................................................>>>
<style TYPE="text/css">
<!--
A {text-decoration:none}
A:link {color:green;font:14px;}
A:active {color:pink;background:black;font:14px;}
A:visited {color:black;font:italic 14px;}
A:hover {color:navy;background:mistyrose;font:13px bolder;text-decoration:underline}
A.s1:hover {color:magenta;background:silver;font:13px bolder;text-decoration:underline}
-->
</style>
</head>
<body> <h4 class="header">リンク文字に使う擬似クラスの基本</h4>
<ul> <li>[<a href="../../index.htm" target="_top">ホームページ(index.htm)</a>]</li>
<li>[<a href="../../pvbs.htm" target="_top">VB Script</a>]</li>
<li>[<a href="../../japplet.htm" target="_top">Java Applet</a>]</li>
<li>[<a class="s1" href="../../mylink.htm" target="_top">お薦めLink</a>]</li>
<li>[<a class="s1" href="../../etc/index.htm" target="_top">その他</a>]</li>
</ul>
end(01/11/22)