Welkom bij voorbeelden

voorbeeld cellspacing attribuut

<html>
<body>
<table
cellspacing="10" bgcolor="#fedbb5" border="4">
<tr>
<th>
kop 1</th>
<th>
kop 2</th>
</tr>
<tr>
<td>
cel 1</td>
<td>
cel 2</td>
</tr>
<tr>
<td>
cel 3</td>
<td>
cel 4</td>
</tr>
</table>
</body>
</html>

cellspacing 10
cel 1 cel 2
cel 3 cel 4

cellspacing 5
cel 1, cel 1
cel 1, cel 1
cel 2
cel 3 cel 4

cellspacing 20
cel 1 cel 2
cel 3 cel 4