Welkom bij voorbeelden

voorbeeld td width attribuut

<table>
<tr>
<th>
Koude dranken</th>
<th>
Warme dranken</th>
<th>
Hapjes</th>
<th>
Warme snacks</th>
</tr>
<tr>

<td width="160" bgcolor="9fdcfb">Koffie</td>
<td
width="150" bgcolor="9fdcfb">Limonade</td>
<td>
Chocolade</td>
<td
width="130" bgcolor="9fdcfb">Soep</td>
</tr>
<tr>

<td>Thee</td>
<td>
Fruitsap</td>
<td>
Luikse wafel</td>
<td>
Pannekoek</td>
</tr>
</table>

Koude dranken Warme dranken Hapjes Warme snacks
Koffie Limonade Chocolade Soep
Thee Fruitsap Luikse wafel Pannekoek
<table>
<tr>

<th>Warme dranken</th>
<td width="250" bgcolor="#9fdcfb">Thee</td>
<td>
Koffie</td>
</tr>
<tr>

<th>Hapjes</th>
<td>Chocolade</td>
<td>
Luikse wafel</td>
</tr>
<tr>

<th>Warme snacks</th>
<td>Pannekoek</td>
<td>
Soep</td>
</tr>
</table>

Warme dranken Thee Koffie
Hapjes Chocolade Luikse wafel
Warme snacks Pannekoek Soep