Text formatted with Texy:
hlavicka | normalni | normalni |
---|---|---|
normalni | hlavicka | normalni |
normalni | normalni | hlavicka |
Generated HTML code:
<table>
<tbody>
<tr>
<th>hlavicka</th>
<td>normalni</td>
<td>normalni</td>
</tr>
<tr>
<td>normalni</td>
<th scope="abc">hlavicka</th>
<td>normalni</td>
</tr>
<tr>
<td>normalni</td>
<td>normalni</td>
<th>hlavicka</th>
</tr>
</tbody>
</table>
Verze Texy: 3.2.3 (konfigurace)