Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
a:link {
    background-color: yellow;
}

</style>
</head>
<body>

<a href="../index.html">W3Sschools</a>
<a href="http://www.wikipedia.org">Wikipedia</a>

<p><b>Note:</b> The :link selector style links to pages you have not visited yet.</p>

</body>
</html>


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