Validation Output: 19 Errors
1. Error Line 13, Column 13: there is no attribute "align"
<div align="center" class="header">
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
2. Error Line 18, Column 11: there is no attribute "align"
<h2 align="center">Menu</h2>
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
3. Error Line 39, Column 38: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Titre original :</em> The Simpsons Movie</strong></li>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
4. Info Line 39, Column 10: start tag was here
<li><em><strong>Titre original :</em> The Simpsons Movie</strong></li>
5. Error Line 39, Column 66: end tag for element "strong" which is not open
<li><em><strong>Titre original :</em> The Simpsons Movie</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
6. Error Line 40, Column 38: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Titre français :</em> Les Simpson : Le film</strong></li>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
7. Info Line 40, Column 10: start tag was here
<li><em><strong>Titre français :</em> Les Simpson : Le film</strong></li>
8. Error Line 40, Column 69: end tag for element "strong" which is not open
<li><em><strong>Titre français :</em> Les Simpson : Le film</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
9. Error Line 45, Column 35: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Réalisation :</em> David Silverman</strong></li>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
10. Info Line 45, Column 10: start tag was here
<li><em><strong>Réalisation :</em> David Silverman</strong></li>
11. Error Line 45, Column 60: end tag for element "strong" which is not open
<li><em><strong>Réalisation :</em> David Silverman</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
12. Error Line 46, Column 32: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Scénario :</em> Matt Groening, James L. Brooks, Jon Vitti, Mik…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
13. Info Line 46, Column 10: start tag was here
<li><em><strong>Scénario :</em> Matt Groening, James L. Brooks, Jon Vitti, Mik…
14. Error Line 47, Column 74: end tag for element "strong" which is not open
Graham, David Mirkin, Mike Reiss, Matt Selman, John Swartzwelder</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
15. Error Line 48, Column 31: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Musique :</em> Hans Zimmer</strong></li>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
16. Info Line 48, Column 10: start tag was here
<li><em><strong>Musique :</em> Hans Zimmer</strong></li>
17. Error Line 48, Column 52: end tag for element "strong" which is not open
<li><em><strong>Musique :</em> Hans Zimmer</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
18. Error Line 49, Column 34: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Production :</em> James L. Brooks, Matt Groening, Al Jean, Mik…
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
19. Info Line 49, Column 10: start tag was here
<li><em><strong>Production :</em> James L. Brooks, Matt Groening, Al Jean, Mik…
20. Error Line 50, Column 42: end tag for element "strong" which is not open
Century Fox, Gracie Films, AKOM)</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
21. Error Line 51, Column 29: end tag for "strong" omitted, but OMITTAG NO was specified
<li><em><strong>Genre :</em> Animation, Comédie</strong></li>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
22. Info Line 51, Column 10: start tag was here
<li><em><strong>Genre :</em> Animation, Comédie</strong></li>
23. Error Line 51, Column 57: end tag for element "strong" which is not open
<li><em><strong>Genre :</em> Animation, Comédie</strong></li>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
24. Error Line 65, Column 14: there is no attribute "align"
<table align="center">
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
25. Error Line 73, Column 164: end tag for "a" omitted, but OMITTAG NO was specified
…href="http://fr.wikipedia.org/wiki/Dan_Castellaneta"><br/>Dan Castelleneta</td>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
26. Info Line 73, Column 83: start tag was here
…ellaneta.jpg" alt="DanCastellaneta" /><a href="http://fr.wikipedia.org/wiki/Da…
27. Error Line 74, Column 106: end tag for "a" omitted, but OMITTAG NO was specified
…<a href="http://fr.wikipedia.org/wiki/Philippe_Peythieu">Philippe Peythieu</td>
✉
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 74, Column 28: start tag was here
<td class="fondgrisfoncé"><a href="http://fr.wikipedia.org/wiki/Philippe_Peyth…