Validation Service

cym

cym

Aktives Mitglied
Thread Starter
Dabei seit
03.05.2004
Beiträge
1.363
Reaktionspunkte
9
Guten Abend

Ich prüfte meine Websiete mit dem W3-Validation-Serive. Das kam dabei raus:
Error Line 32 column 6: end tag for "div" omitted, but OMITTAG NO was specified. </body> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Aber was bedeutet das? Ich kann doch nicht <body /> schreiben...


Gruss,
cym
 
gib mal den quellcode der getesteten seite!
 
Volià:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-2" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-language" content="de" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body>
<div id="box">
<div id="navi">
navi</div>
<div id="inhalt">
inhalt</div>
<div id="navi2">inhalt</div>
</body>
</html>
 
ich glaub da fehlt ein </div> :D
 
Ach genau! Warum sah ich das nie? :D
Danke für die Antwort!
 
Zurück
Oben Unten