Unser Informatiklehrer will das wir diese Tabelle in HTML erstellen, ich habs nur bis hier geschafft.
Ich schaff es nicht das die Kaestchen "e" und "f" halb so lang wie "b" sind.
Findet jemand den Harken?
<html>
<head>
<title>Tabellen</title>
</head>
<body>
<table border="3" cellpadding="3">
<tr>
<td height="20" width="20">
a
</td>
<td width="40">
b
</td>
<td width="20">
c
</td>
</tr>
<tr>
<td rowspan="2">
d
</td>
<td>
e
</td>
<td rowspan="2" colspan="2" width="40" height="40">
g
</td>
</tr>
<tr>
<td>
f
</td>
</tr>
</table>
</body>
</html>
Danke im Voraus fuer die Hilfe.
Ich schaff es nicht das die Kaestchen "e" und "f" halb so lang wie "b" sind.
Findet jemand den Harken?
<html>
<head>
<title>Tabellen</title>
</head>
<body>
<table border="3" cellpadding="3">
<tr>
<td height="20" width="20">
a
</td>
<td width="40">
b
</td>
<td width="20">
c
</td>
</tr>
<tr>
<td rowspan="2">
d
</td>
<td>
e
</td>
<td rowspan="2" colspan="2" width="40" height="40">
g
</td>
</tr>
<tr>
<td>
f
</td>
</tr>
</table>
</body>
</html>
Danke im Voraus fuer die Hilfe.