Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
a.highlight:hover {
    color: #ff0000;
}

</style>
</head>
<body>

<p><a class="highlight" href="css_syntax.asp.html">CSS Syntax</a></p>
<p><a href="default.asp.html">CSS Tutorial</a></p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy