Tabellen
<table>
<tr>
<td>linksboven</td>
<td>rechtsboven</td>
</tr>
<tr>
<td>linksonder</td>
<td>rechtsonder</td>
</tr>
</table>titels
<table>
<tr>
<th></th>
<th>Zaterdag</th>
<th>Zondag</th>
<th>Totaal</th>
</tr>
<tr>
<th>Verkochte tickets:</th>
<td>110</td>
<td>140</td>
<td>250</td>
</tr>
<tr>
<th>Inkomsten:</th>
<td>660</td>
<td>850</td>
<td>1450</td>
</tr>
</table>buitenformaat cellen
colspan
rowspan
tabel onderdelen
tabel titel
tabellen opmaken in html
Last updated