Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<style>
.pad { padding: 100%; }
</style>
</head>
<body>
<table>
<div class="pad">x</div>
<tr>
<td>a</td>
<td>b</td>
<div class="pad">c</div>
</tr>
</table>
</body>
</html>