Errors found while checking this document as XHTML 1.0 Strict!

Result: 2 Errors, 1 warning(s)
:
: utf-8
: XHTML 1.0 Strict
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 94, Column 145: character "&" is the first character of a delimiter but occurred as data
    …ze in beautifully designed websites & web applications. </h1>

    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.
  2. Error Line 273, Column 9: ID "not" already defined
    <h1 id="not">I am a freelance web designer / front-end developer living in Nashv

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  3. Info Line 54, Column 10: ID "not" first defined here
    		<h1 id="not">Need a web site that's beautiful and functional? <br/>Let's talk!
  4. Error Line 94, Column > 80: XML Parsing Error: xmlParseEntityRef: no name
    …igner and front-end developer living in Nashville, TN. I specialize in beauti…

↑ Top