is valid?      

Text formatted with Texy:

Hlavička
A B C
D
E

Generated HTML code:

<table>
	<caption>Hlavička</caption>

	<tr>
		<td>A</td>

		<td>B</td>

		<td rowspan="2">C</td>
	</tr>

	<tr>
		<td colspan="2">D</td>
	</tr>

	<tr>
		<td colspan="3">E</td>
	</tr>
</table>

Verze Texy: 3.2.1 (konfigurace)