Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<style>
.item { border: 10px solid black; display: inline-block; }
a { color: tomato; display: inline-block; }
</style>
<!--
The two children match the same rules (so the second one can use the reset
properties cached from the first one), but have different local names, so
they can't share style.
-->
<a href="visited-page.html"><div class="item">item</div><section class="item">item</section></a>