Errors found while checking this document as XHTML 1.0 Strict!

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

  1. Warning Line 6, Column 38: character "&" is the first character of a delimiter but occurred as data
    		<title>Startseite - fixedmind GmbH & Co. KG - Die Profis für strategisches Ma…

    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 68, Column 3: element "P" undefined
    <P>Unser junges und dynamisches Team besteht aus kreativen Köpfen, strategische…

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  3. Error Line 68, Column 239: end tag for element "p" which is not open
    …ner können wir Ihnen für jede Anforderung die bestmögliche Lösung anbieten.</p>

    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.

  4. Error Line 72, Column 11: end tag for "P" omitted, but OMITTAG NO was specified
    					</div> <!-- #start-le -->

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  5. Info Line 68, Column 1: start tag was here
    <P>Unser junges und dynamisches Team besteht aus kreativen Köpfen, strategische…
  6. Warning Line 124, Column 47: character "&" is the first character of a delimiter but occurred as data
    					<span class="copy">© 2011 fixedmind GmbH & Co. KG</span>

    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