This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change

Showing results for data:…

Checker Input

Show

  1. Error: Element title must not be empty.

    From line 1, column 23; to line 1, column 30

    ml><title></title><p>

  2. Error: Element table not allowed as child of element object in this context. (Suppressing further errors from this subtree.)

    From line 4, column 13; to line 4, column 26

    <table border><tr><t

    Contexts in which element table may be used:
    Where flow content is expected.
    Content model for element object:
    Zero or more param elements, then, transparent.
  3. Error: The border attribute on the table element is obsolete. Use CSS instead.

    From line 4, column 13; to line 4, column 26

    <table border><tr><t

  4. Warning: Consider adding a lang attribute to the html start tag to declare the language of this document.

    From line 1, column 16; to line 1, column 22

    TYPE html><title></titl

There were errors.

Source

  1. <!DOCTYPE html><title></title>
  2. <p>
  3. <object data=image >
  4. <table border><tr><td>1<td>2</tr></table></object>

Used the schema for HTML + SVG 1.1 + MathML 3.0 + RDFa 1.1.

Used the HTML parser. Externally specified character encoding was utf-8.

Total execution time 7 milliseconds.


About this checkerReport an issueVersion: 22.3.8