blob: c6df315a4cb2a5e8623e2a51f02b4542d9ff4a61 [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
<span class="uxwrite-selection">before</span>
</p>
<div class="uxwrite-selection">
<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>
</div>
<p>
<span class="uxwrite-selection">Text</span>
after
</p>
</body>
</html>