blob: 5d17f3b50b4bcc09def09970bf74acdb965f27f8 [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>
<span class="uxwrite-selection">T</span>
ext before
</p>
<table width="100%">
<caption>Test caption</caption>
<tbody>
<tr>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
</tbody>
</table>
<p>Text after</p>
</body>
</html>