Errors found while checking this document as XHTML 1.0 Transitional!

Result: 2 Errors, 4 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.

↑ Top

Validation Output: 2 Errors

  1. Warning Line 39, Column 35: ignored marked section in the instance
    <!--[if !lt IE 8]><![IGNORE[--><![IGNORE[]]> 

  2. Error Line 94, Column 94: value of attribute "id" invalid: "3" cannot start a name
    …6d-11cf-96b8-444553540000" width="960" height="550" id="3DFlip" align="middle">

    It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

  3. Warning Line 181, Column 9: character "&" is the first character of a delimiter but occurred as data
    <span>J & L Auto Center</span></a>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  4. Warning Line 189, Column 23: character "&" is the first character of a delimiter but occurred as data
    <span>MAS Bookkeeping & Income Tax </span></a>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  5. Error Line 211, Column 5: end tag for element "li" which is not open
    </li>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  6. Warning Line 251, Column 23: character "&" is the first character of a delimiter but occurred as data
    <span>MAS Bookkeeping & Income Tax </span></a>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.

↑ Top