showdown/test/extensions/table/without-body.html
2014-12-28 16:39:37 +05:30

12 lines
201 B
HTML

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