未訪問のリンクは緑、訪問済みのリンクはオレンジになります。
<!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>TIPS001 未訪問と訪問済みのリンクを区別する</title>
<style type="text/css">
<!--
body { background-color: #FFC; color: red; }
a { font: 2em Verdana; }
a:link { color: green; }
a:visited { color: #F94; }
-->
</style>
</head>
<body>
<p>未訪問のリンクは緑、訪問済みのリンクはオレンジになります。</p>
<ul>
<li><a href="http://masao261.jog.buttobi.net/">masao! ぶっ飛び</a></li>
<li><a href="http://jun77777.jog.buttobi.net/">ジュンさんHP</a></li>
<li><a href="http://www9.ocn.ne.jp/~t-ksmt/">misutakeさんHP</a></li>
</ul>
</body>
</html>