Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS Test: text-decoration propagation - Tables</title>
<div>
<table>
<tr>
<td style="text-decoration: underline">This should be underlined</td>
</tr>
</table>
</div>