semantic table · optional classes · runs locally
3 columns · 3 data rows
<table>
<thead>
<tr>
<th>name</th>
<th>age</th>
<th>city</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alice</td>
<td>30</td>
<td>New York</td>
</tr>
<tr>
<td>Bob</td>
<td>25</td>
<td>London</td>
</tr>
<tr>
<td>Carol</td>
<td>35</td>
<td>Tokyo</td>
</tr>
</tbody>
</table>