Welkom bij voorbeelden

voorbeeld width attribuut

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

width 250(px)
cel 1 cel 2
cel 3 cel 4

width 75%
cel 1 cel 2
cel 3 cel 4

width 100%
cel 1 cel 2
cel 3 cel 4

geen
cel 1 cel 2
cel 3 cel 4