<html>
<head>
<style>
a:link
{
background-color:yellow;
}
</style>
</head>
<body>
<a href="/">W3Sschools</a>
<a href="http://www.google.com">Google</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>