11 lines
110 B
HTML

<table border=1>
<thead>
<tr>
<th>inside thead
</thead>
<tr>
<td>inside tbody</td>
</tr>
</table>