blob: 9d7bb327ec1c5cfa01f23917d3c885b83b9fe2b4 [file] [log] [blame]
<html>
<head>
<style>
caption {
caption-side: bottom;
}
table {
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}
td > :first-child, th > :first-child {
margin-top: 0;
}
td > :last-child, th > :last-child {
margin-bottom: 0;
}
td, th {
border: 1px solid black;
}
</style>
</head>
<body>
<p>Text before</p>
<table width="100%">
<caption>Test caption</caption>
<tbody>
<tr>
<td>
<span class="uxwrite-selection">O</span>
ne
</td>
<td>Two</td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
</tbody>
</table>
<p>Text after</p>
</body>
</html>