
je suis en train de valider mon site mais la j´ai deux erreur qui revienne mais que je comprend pas trop avec mon englais de boite de céréale voila les 2 ereure qui revienne :
- 1:
Error Line 36 column 5: document type does not allow element "BODY" here.
<body>
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML´s rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML´s "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
- 2
Error Line 85 column 16: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag.
<p class="texte">Si vous ne vous y connaissez pas en informatique, ne vous en fa
voila merci d´avance j´espère que vous pouvez m´aider 