Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<style>
a { text-decoration: none }
span + :link { color: olive; }
span + :visited { color: fuchsia; }
</style>
<span></span><a href="unvisited-page.html">unvisited</a>
<span></span><a href="visited-page.html">visited</a>