Staatliche Realschule Höchstadt

<html>

<head>
<title>Tabellen</title>
</head>

<body>

<table border="1" width="100%">
<tr>
<td bgcolor="#ff0000">eins</td>
<td bgcolor="#00ff00">zwei</td>
<td bgcolor="#00cc00">drei</td>
<td bgcolor="#009900">vier</td>
</tr>
<tr>
<td>eins</td>
<td>zwei</td>
<td>drei</td>
<td>vier</td>
</tr>
</table>

</body>

</html>