Welkom bij voorbeelden

voorbeeld align attribuut

<html>
<body>

<table
border="1">
<caption
align="bottom">probeer de andere waarden in uw browser</caption>
<tr>
<td
valign="top" align="center" width="160">top</td>
<td
align="right" width="160">right</td>
</tr>
<tr>
<td
align="left">left</td>
<td
valign="bottom" align="center">bottom</td>
</tr>
</table>

</body>
</html>
probeer de andere waarden in uw browser
top right
left bottom
terug
Valid XHTML 1.0 Transitional