Errors found while checking this document as XHTML 1.0 Transitional!

Result: 12 Errors
:
: iso-8859-1
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 12 Errors

  1. Error Line 40, Column 4: document type does not allow element "tr" here
    <tr>

    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 76, Column 4: document type does not allow element "tr" here
    <tr> 

    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).

  3. Error Line 509, Column 8: end tag for "tr" omitted, but OMITTAG NO was specified
    </table>

    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 35, Column 1: start tag was here
    <tr class="cabecera">
  5. Error Line 510, Column 5: end tag for "td" omitted, but OMITTAG NO was specified
    </tr>	

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  6. Info Line 21, Column 5: start tag was here
    <tr><td height="100%">
  7. Error Line 511, Column 7: end tag for "table" 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 ">".

  8. Info Line 20, Column 1: start tag was here
    <table border="0" cellpadding="0" cellspacing="0" class="template">
  9. Error Line 509, Column 8: Opening and ending tag mismatch: tr line 35 and table
    </table>

  10. Error Line 510, Column 5: Opening and ending tag mismatch: table line 22 and tr
    </tr>	

  11. Error Line 511, Column 7: Opening and ending tag mismatch: td line 21 and body
    </body>

  12. Error Line 512, Column 7: Opening and ending tag mismatch: tr line 21 and html
    </html><!-- 1268404883 -->

  13. Error Line 512, Column 26: Premature end of data in tag table line 20
    </html><!-- 1268404883 -->

  14. Error Line 512, Column 26: Premature end of data in tag body line 19
    </html><!-- 1268404883 -->

  15. Error Line 512, Column 26: Premature end of data in tag html line 2
    </html><!-- 1268404883 -->

↑ Top