a:hover {
background-color: gray;
}
<html>
<head>
<title>TAG index Webサイト</title>
<style type="text/css">
<!--
a:hover { background-color: #ffd78c; }
-->
</style>
</head>
<body>
<p><a href="index.html">リンクカテゴリー</a></p>
</body>
</html>
▼これをブラウザで見ると次のように表示されます