Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<head>
<style>
a { text-decoration: none }
span { color: green }
</style>
</head>
<body>
<span>
<span>visited</span>
<span>Should be green</span>
</span>
</body>
</html>