Errors found while checking this document as XHTML 1.0 Transitional!

Result: 4 Errors, 1 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
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. Warning Character Encoding mismatch!

    The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (gb2312). I will use the value from the HTTP header (utf-8) for this validation.

↑ Top

Validation Output: 4 Errors

  1. Error Line 6, Column 38: required attribute "content" not specified
    <head id="me"><meta name="keywords" /><meta name="description" /><meta http-equ…

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  2. Error Line 6, Column 65: required attribute "content" not specified
    …keywords" /><meta name="description" /><meta http-equiv="Content-Type" content…

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  3. Error Line 8, Column 35: required attribute "content" not specified
    </title><meta name="Description" /><meta name="keywords" /></head>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  4. Error Line 8, Column 59: required attribute "content" not specified
    </title><meta name="Description" /><meta name="keywords" /></head>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

↑ Top