Welkom bij voorbeelden

voorbeeld bgcolor attribuut

<html>
<body>
<table
bgcolor="#kleur" border="1" align="center">
<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>

kop 1 kop 2
cel 1 cel 2
cel 3 cel 4

kop 1 kop 2
cel 1 cel 2
cel 3 cel 4

kop 1 kop 2
cel 1 cel 2
cel 3 cel 4
terug
Valid XHTML 1.0 Transitional