Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<head>
<style>
a:link {
  background-color: yellow;
}
</style>
</head>
<body>
<h1>Demo of the :link selector</h1>
<p>The :link selector style links to pages you have not visited yet:</p>
<a href="https://www.w3schools.com">W3Sschools</a>
<a href="http://www.wikipedia.org">Wikipedia</a>
</body>
</html>