mirror of
https://github.com/kovetskiy/mark.git
synced 2025-09-10 20:57:41 +08:00
16 lines
136 B
HTML
16 lines
136 B
HTML
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>HEADER1</th>
|
|
<th>HEADER2</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>row1</td>
|
|
<td>row2</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|