Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
table, tbody, tr, td {
margin: 0;
padding: 0;
border-spacing: 0;
}
</style>
</head>
<body>
<div>
<table>
<tbody>
<tr>
<td>
<div>Some text</div>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>