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: Obsolete doctype. Expected <!DOCTYPE html>.

    From line 1, column 1; to line 2, column 60

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html

  2. Error: Element title must not be empty.

    From line 3, column 58; to line 3, column 65

    ad><title></title></head

  3. Error: The border attribute on the table element is obsolete. Use CSS instead.

    From line 3, column 79; to line 3, column 95

    ead><body><table border=1 ><tbody

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

    From line 2, column 61; to line 3, column 44

    rict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head>

There were errors.

Source

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" ><head><title></title></head><body><table border=1 ><tbody><tr><td>foo</td></tr></tbody></table></body></html>

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 41 milliseconds.


About this checkerReport an issueVersion: 22.3.8