Validation Output: 28 Errors
1. Error Line 2, Column 1: Missing xmlns attribute for element html. The value should be:
http://www.w3.org/1999/xhtml.
<html><head>
✉
Many Document Types based on XML need a mandatory xmlns="" on the root element. For example, the root element for XHTML will look like:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2. Error Line 3, Column 80: end tag for "meta" omitted, but OMITTAG NO was specified.
…tent="text/html; charset=iso-8859-1">
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
3. Info Line 3, Column 8: start tag was here.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4. Error Line 5, Column 125: end tag for "link" omitted, but OMITTAG NO was specified.
…l="stylesheet" type="text/css"></head>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
5. Info Line 5, Column 63: start tag was here.
…le site d'aide au jeu Wakfu !</title><link href="style.css" rel="stylesheet"
6. Error Line 15, Column 83: required attribute "alt" not specified.
….round((Math.random()*3)+1)+ '.jpg" />');
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
7. Error Line 15, Column 83: document type does not allow element "img" here.
….round((Math.random()*3)+1)+ '.jpg" />');
✉
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).
8. Error Line 30, Column 35: document type does not allow element "h4" here; assuming missing "li" start-tag.
<h4><li> <a href="fichierA.html" class="lienmenu
✉
9. Error Line 30, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierA.html" class="lienmenu
✉
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).
10. Error Line 31, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierB.html" class="lienmenu
✉
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).
11. Error Line 32, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierC.html" class="lienmenu
✉
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).
12. Error Line 33, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierD.html" class="lienmenu
✉
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).
13. Error Line 34, Column 28: end tag for "li" omitted, but OMITTAG NO was specified.
</ul>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
14. Info Line 30, Column 32: start tag was here.
<h4><li> <a href="fichierA.html" class="lienmenu
15. Error Line 37, Column 35: document type does not allow element "h4" here; assuming missing "li" start-tag.
<h4><li> <a href="fichierE.html" class="lienmenu
✉
16. Error Line 37, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierE.html" class="lienmenu
✉
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).
17. Error Line 38, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierF.html" class="lienmenu
✉
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).
18. Error Line 39, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierG.html" class="lienmenu
✉
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).
19. Error Line 40, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierH.html" class="lienmenu
✉
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).
20. Error Line 41, Column 28: end tag for "li" omitted, but OMITTAG NO was specified.
</ul>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
21. Info Line 37, Column 32: start tag was here.
<h4><li> <a href="fichierE.html" class="lienmenu
22. Error Line 44, Column 35: document type does not allow element "h4" here; assuming missing "li" start-tag.
<h4><li> <a href="fichierI.html" class="lienmenu
✉
23. Error Line 44, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierI.html" class="lienmenu
✉
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).
24. Error Line 45, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierJ.html" class="lienmenu
✉
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).
25. Error Line 46, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierK.html" class="lienmenu
✉
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).
26. Error Line 47, Column 39: document type does not allow element "li" here.
<h4><li> <a href="fichierL.html" class="lienmenu
✉
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).
27. Error Line 48, Column 28: end tag for "li" omitted, but OMITTAG NO was specified.
</ul>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
28. Info Line 44, Column 32: start tag was here.
<h4><li> <a href="fichierI.html" class="lienmenu
29. Error Line 54, Column 29: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
<div id="pubHA"></div>
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
30. Error Line 5, Column > 80: XML Parsing Error: Opening and ending tag mismatch: link line 5 and head.
… jeu Wakfu !</title><link href="style.css" rel="stylesheet" type="text/css"><…
✉
31. Error Line 69, Column > 80: XML Parsing Error: Opening and ending tag mismatch: meta line 3 and html.
…services.hostarea.org/pub/verificateur.js.php?login=wakfaide"></script></body…
✉
32. Error Line 69, Column > 80: XML Parsing Error: Premature end of data in tag head line 2.
…services.hostarea.org/pub/verificateur.js.php?login=wakfaide"></script></body…
✉
33. Error Line 69, Column > 80: XML Parsing Error: Premature end of data in tag html line 2.
…services.hostarea.org/pub/verificateur.js.php?login=wakfaide"></script></body…
✉