showdown/test/extensions/table/without-body.html
2012-10-30 14:39:34 -04:00

12 lines
200 B
HTML

<table>
<thead>
<tr>
<th id="first_header" style="text-align:left;"> First Header </th>
<th id="second_header" style="text-align:left;"> Second Header </th>
</tr>
</thead>
<tbody>
</tbody>
</table>