Errors found while checking this document as XHTML 1.0 Transitional!

Result: 41 Errors, 6 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: https://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 Mismatch between Public and System identifiers in the DOCTYPE declaration

    This document uses an inconsistent DOCTYPE declaration. The Public Identifier -//W3C//DTD XHTML 1.0 Transitional//EN declares the XHTML 1.0 Transitional document type, but the associated System Identifier https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd does not match this document type.

    The recommended System Identifier for XHTML 1.0 Transitional is http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd.

    The safest way to use a correct DOCTYPE declaration is to copy and paste one from the recommended list and avoid editing that part of your markup by hand.

↑ Top

Validation Output: 41 Errors

  1. Error Line 3, Column 43: value of fixed attribute "xmlns" not equal to default
    <html xmlns="https://www.w3.org/1999/xhtml">

  2. Error Line 3, Column 1: Wrong xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
    <html xmlns="https://www.w3.org/1999/xhtml">

  3. Error Line 119, Column 5: marked section end not in marked section declaration
    	// ]]></script>

  4. Error Line 191, Column 25: there is no attribute "data-ad-client"
    	<script data-ad-client="ca-pub-0176593370400597" async src="https://pagead2.go…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  5. Error Line 191, Column 57: "async" is not a member of a group specified for any attribute
    …lient="ca-pub-0176593370400597" async src="https://pagead2.googlesyndication.c…

  6. Error Line 191, Column 125: required attribute "type" not specified
    … src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

    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>.

  7. Error Line 215, Column 25: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    					<p class="grey"><h1>Forum und Community </h1></p>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  8. Error Line 225, Column 121: there is no attribute "marginheight"
    …" width="50%" border="0" marginheight="0" marginwidth="0" frameborder="0" alt=…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  9. Error Line 225, Column 137: there is no attribute "marginwidth"
    …rder="0" marginheight="0" marginwidth="0" frameborder="0" alt="Chevrolet Malib…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  10. Error Line 225, Column 153: there is no attribute "frameborder"
    …eight="0" marginwidth="0" frameborder="0" alt="Chevrolet Malibu Boston" /><br …

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  11. Error Line 225, Column 207: an attribute value must be a literal unless it contains only name characters
    …et Malibu Boston" /><br /><font color=#75879B>____________________</font><img …

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  12. Error Line 243, Column 52: duplicate specification of attribute "class"
    …				<label class="grey" for="cookielength" class="field">Sitzungslänge:</label>

    You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.

  13. Warning Line 307, Column 126: character "&" is the first character of a delimiter but occurred as data
    …a-forum.de/images/neu.jpg" alt="Chevrolet Epica, Malibu & Captiva Forum" /></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.
  14. Error Line 313, Column 53: ID "siteslogan" already defined
    …teslogan" class="floatright"><div id="siteslogan" class="smalltext"><a href="/…

    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).

  15. Info Line 313, Column 13: ID "siteslogan" first defined here
    			<div id="siteslogan" class="floatright"><div id="siteslogan" class="smalltex…
  16. Error Line 345, Column 193: there is no attribute "onload"
    …lt="&quot;ns&quot;" border="0" onload="NcodeImageResizer.createOn(this);" clas…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  17. Error Line 902, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=34.0" name="b34"><font color=red> Allgemein </font></a><span class="s…

  18. Error Line 926, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=35.0" name="b35"><font color=red> Motor/Getriebe/Abgasanlage </font><…

  19. Error Line 949, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …um.de/index.php?board=43.0" name="b43"><font color=red> LPG/Autogas </font></a>

  20. Error Line 972, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …a-forum.de/index.php?board=36.0" name="b36"><font color=red> Diesel </font></a>

  21. Error Line 995, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=37.0" name="b37"><font color=red> Zubehör, Ersatzteile, Inspektionen …

  22. Error Line 1018, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …php?board=39.0" name="b39"><font color=red> Tuning/Styling/Umbauten </font></a>

  23. Error Line 1041, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …dex.php?board=38.0" name="b38"><font color=red> Elektrik/Elektronik </font></a>

  24. Error Line 1064, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …ex.php?board=41.0" name="b41"><font color=red> Pflege &amp; Wartung </font></a>

  25. Error Line 1087, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=42.0" name="b42"><font color=red> Räder &amp; Fahrwerk </font></a><sp…

  26. Error Line 1110, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=40.0" name="b40"><font color=red> Car-HiFi, Sound &amp; Navigation </…

  27. Error Line 1133, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=44.0" name="b44"><font color=red> Sonstiges </font></a><span class="s…

  28. Error Line 1174, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …rum.de/index.php?board=55.0" name="b55"><font color=blue> Allgemein </font></a>

  29. Error Line 1193, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=56.0" name="b56"><font color=blue> Motor/Getriebe/Abgasanlage</font><…

  30. Error Line 1216, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …um.de/index.php?board=57.0" name="b57"><font color=blue> LPG/Autogas</font></a>

  31. Error Line 1235, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=58.0" name="b58"><font color=blue> Diesel</font></a><span class="smal…

  32. Error Line 1254, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=59.0" name="b59"><font color=blue> Zubehör, Ersatzteile, Inspektionen…

  33. Error Line 1273, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …php?board=60.0" name="b60"><font color=blue> Tuning/Styling/Umbauten</font></a>

  34. Error Line 1292, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …dex.php?board=61.0" name="b61"><font color=blue> Elektrik/Elektronik</font></a>

  35. Error Line 1315, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …ex.php?board=62.0" name="b62"><font color=blue> Pflege &amp; Wartung</font></a>

  36. Error Line 1334, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …ex.php?board=63.0" name="b63"><font color=blue> Räder &amp; Fahrwerk</font></a>

  37. Error Line 1353, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=64.0" name="b64"><font color=blue> Car-HiFi, Sound &amp; Navigation</…

  38. Error Line 1372, Column 100: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …hp?board=65.0" name="b65"><font color=blue> Sonstiges</font></a><span class="s…

  39. Error Line 1943, Column 318: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    ….de/index.php?board=37.0"><font color=red> Zubehör, Ersatzteile, Inspektionen …

  40. Error Line 1945, Column 316: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    ….de/index.php?board=37.0"><font color=red> Zubehör, Ersatzteile, Inspektionen …

  41. Warning Line 2141, Column 77: character "&" is the first character of a delimiter but occurred as data
    …f="/index.php?page=pg_impressum"><span> Impressum & Datenschutz</span></a></li>

    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.
  42. Error Line 2226, Column 13: required attribute "type" not specified
    					<script>

    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>.

  43. Error Line 2239, Column 13: required attribute "type" not specified
    					<script>

    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>.

  44. Error Line 2257, Column 13: required attribute "type" not specified
    					<script>

    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>.

  45. Warning Line 239, Column 32: reference to non-existent ID "passwrd"
    						<label class="grey" for="passwrd">Passwort:</label>

    This error can be triggered by:

    • A non-existent input, select or textarea element
    • A missing id attribute
    • A typographical error in the id attribute

    Try to check the spelling and case of the id you are referring to.

  46. Warning Line 243, Column 32: reference to non-existent ID "cookielength"
    						<label class="grey" for="cookielength" class="field">Sitzungslänge:</labe…

    This error can be triggered by:

    • A non-existent input, select or textarea element
    • A missing id attribute
    • A typographical error in the id attribute

    Try to check the spelling and case of the id you are referring to.

  47. Warning Line 235, Column 32: reference to non-existent ID "user"
    						<label class="grey" for="user">Benutzername:</label>

    This error can be triggered by:

    • A non-existent input, select or textarea element
    • A missing id attribute
    • A typographical error in the id attribute

    Try to check the spelling and case of the id you are referring to.

↑ Top