xorg1990
New member
Hi,
nicht das ich noch nie eine Tabelle in HTML verfasst habe, aber diese Tabelle will einfach nicht angezeigt werden.
(na gut es sind zwei Tabellen, keine geht)
Der w3c validator sagt mir:
Element tabele not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Ich verstehe überhebt nix mehr
nicht das ich noch nie eine Tabelle in HTML verfasst habe, aber diese Tabelle will einfach nicht angezeigt werden.
Code:
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Realtime Grabber main list</title>
</head>
<body>
<tabele border='1'>
<tr>
<td>DL3ARM</td>
</tr>
<tr>
<td>Normal CW Middlewave</td>
<td>JO61DE</td>
</tr>
</table>
<tabele border='1'>
<tr>
<td>DM4TR</td>
</tr>
<tr>
<td>Has no Grabbers active</td>
</tr>
</table>
</body>
</html>
Der w3c validator sagt mir:
Element tabele not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Ich verstehe überhebt nix mehr