mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
15 lines
261 B
HTML
15 lines
261 B
HTML
<table>
|
|
<caption>Caption</caption>
|
|
<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> |