Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
a { text-decoration: none; color: initial; display: block; margin: 2px; }
.green { color: green; }
</style>
<a href="visited-page.html">
<div>
<span class="green">Should be green</span>
</div>
</a>