mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
19 lines
322 B
HTML
19 lines
322 B
HTML
|
<body>
|
||
|
<table border="5px" bordercolor="#8707B0">
|
||
|
<tr>
|
||
|
<td>Left side of the main table</td>
|
||
|
<td>
|
||
|
<table border="5px" bordercolor="#F35557">
|
||
|
<h4 align="center">Nested Table</h4>
|
||
|
<tr>
|
||
|
<td>nested table C1</td>
|
||
|
<td>nested table C2</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>nested table</td>
|
||
|
<td>nested table</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|