Source code
Revision control
Copy as Markdown
Other Tools
<head>
<style>
.x:first-line { }
.y { }
</style>
</head>
<body onload="setTimeout(function(){ document.documentElement.className = 'y'; }, 0)">
<td class="x"><a href="#">Link</a></td>
</body>
</html>