<!DOCTYPE html>
<html>
<head>
<style>
a:visited {
color: pink;
}
</style>
</head>
<body>
<a href="../index.html">W3Sschools Home</a><br>
<a href="../html/index.html">W3Schools HTML Tutorial</a><br>
<a href="../css/index.html">W3Schools CSS Tutorial</a>
<p><b>Note:</b> The :visited selector style links to pages you have already visited.</p>
</body>
</html>