naar onze homepage
 HTML
Tips

Gekleurde kaders met HTML.

Rood
Groen
Fuchsia

Hoe doe je dat?
Experimenteer met cellpadding om de borderbreedte te veranderen

Source.

<table border="0" width="50%" cellpadding="2" cellspacing="0" bgcolor="#0000ff">
<tr>
<td width="100%">
<table border="0" width="100%" cellpadding="2" cellspacing="0" bgcolor="#ffffff">
<tr>
<td width="33%">
<table border="0" width="100%" cellspacing="0" cellpadding="2" bgcolor="#ff0000">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="2" bgcolor="#ffffff">
<tr>
<td width="100%" align="center">
Rood</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="33%">
<table border="0" width="100%" cellspacing="0" cellpadding="2" bgcolor="#00ff00">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="2" bgcolor="#ffffff">
<tr>
<td width="100%" align="center">
Groen</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="34%">
<table border="0" width="100%" cellspacing="0" cellpadding="2" bgcolor="#ff00ff">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="2" bgcolor="#ffffff">
<tr>
<td width="100%" align="center">
Fuchsia</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>