You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/test/fixtures/sites/paste/paste.html

28 lines
492 B

<!doctype html>
<html>
<head>
<meta charset="utf8">
</head>
<body>
<table cellspacing="0" cellpadding="0" border="1">
<colgroup><col span="2"></colgroup>
<tbody>
<tr>
<td>a</td>
<td>b</td>
</tr>
<tr>
<td colspan="2">c</td>
</tr>
<tr>
<td>d</td>
<td rowspan="2">e</td>
</tr>
<tr>
<td>f</td>
</tr>
</tbody>
</table>
</body>
</html>