<html>
<head>
<style>
a:visited {
color: pink;
}
</style>
</head>
<body>
<a href="../index.html">W3Schools 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>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_visited by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:11:41 GMT -->
</html>