mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
19 lines
340 B
HTML
19 lines
340 B
HTML
|
<table>
|
||
|
<colgroup>
|
||
|
<col />
|
||
|
<col span="2" class="test" />
|
||
|
<col span="2" class="test2" />
|
||
|
</colgroup>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<th>Row 1, Column 1</th>
|
||
|
<th>Row 1, Column 2</th>
|
||
|
<th>Row 1, Column 3</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<th>Row 2, Column 1</th>
|
||
|
<td>Row 2, Column 2</td>
|
||
|
<td>Row 2, Column 3</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|