Welkom bij voorbeelden

voorbeeld border attribuut

<html>
<body>
<table
border="5" bgcolor="#c8b2f9" 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>

border=3
cel 1 cel 2
cel 3 cel 4

border=0
cel 1 cel 2
cel 3 cel 4

border=5
cel 1 cel 2
cel 3 cel 4
terug
Valid XHTML 1.0 Transitional