Errors found while checking this document as HTML5!

Result: 3 Errors, 3 warning(s)
:
: utf-8
: HTML5
Root Element: html
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Info Using experimental feature: HTML5 Conformance Checker.

    The validator checked your document with an experimental feature: HTML5 Conformance Checker. This feature has been made available for your convenience, but be aware that it may be unreliable, or not perfectly up to date with the latest development of some cutting-edge technologies. If you find any issues with this feature, please report them. Thank you.

  2. Info No Character encoding declared at document level

    No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.

    See this tutorial on character encoding for techniques and explanations.

↑ Top

Validation Output: 3 Errors

  1. Warning Line 60, Column 70: Attribute fb:like:layout is not serializable as XML 1.0.
    <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>

  2. Error Line 60, Column 70: Attribute fb:like:layout not allowed on element a at this point.
    <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
    Attributes for element a:
    Global attributes
    href
    target
    rel
    media
    hreflang
    type
  3. Error Line 73, Column 11: End tag for body seen, but there were unclosed elements.
        </body>

  4. Error Line 21, Column 26: Unclosed element div.
            <div id="content">

↑ Top