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

Showing results for http://fiddle.jshell.net/qpjQf/show/

Checker Input

Show

  1. Error: A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.

    From line 5, column 5; to line 5, column 71

    f-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <

  2. Error: Bad value edit-Type for attribute http-equiv on element meta.

    From line 6, column 5; to line 6, column 65

    F-8"> <meta http-equiv="edit-Type" edit="text/html; charset=utf-8"> <

  3. Error: Attribute edit not allowed on element meta at this point.

    From line 6, column 5; to line 6, column 65

    F-8"> <meta http-equiv="edit-Type" edit="text/html; charset=utf-8"> <

    Attributes for element meta:
    Global attributes
    name — Metadata name
    http-equiv — Pragma directive
    content — Value of the element
    charsetCharacter encoding declaration
  4. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 17, column 7; to line 17, column 37

    /> <script type="text/javascript">

  5. Warning: The type attribute for the style element is not needed and should be omitted.

    From line 29, column 5; to line 29, column 42

    " /> <style type="text/css" media="screen">

  6. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 49, column 17; to line 49, column 47

    <script type="text/javascript">

  7. 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 2, column 6

    TYPE HTML><html> <he

There were errors.

Used the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.

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

Total execution time 55 milliseconds.


About this checkerReport an issueVersion: 18.12.26