Validation Output: 53 Errors
1. Error Line 6, Column 33: "Digital" is not a member of a group specified for any attribute.
<meta name="description" Digital Natur Fotoagentur vertreibt Online Fotos, B&uum
2. Error Line 6, Column 39: "Natur" is not a member of a group specified for any attribute.
<meta name="description" Digital Natur Fotoagentur vertreibt Online Fotos, B&uum
3. Error Line 6, Column 51: "Fotoagentur" is not a member of a group specified for any attribute.
…scription" Digital Natur Fotoagentur vertreibt Online Fotos, Bücher, Pos
4. Error Line 6, Column 61: "vertreibt" is not a member of a group specified for any attribute.
… name="description" Digital Natur Fotoagentur vertreibt Online Fotos, Bücher, Poster" />
5. Error Line 6, Column 68: "Online" is not a member of a group specified for any attribute.
…tion" Digital Natur Fotoagentur vertreibt Online Fotos, Bücher, Poster" />
6. Error Line 6, Column 73: "Fotos" is not a member of a group specified for any attribute.
…tal Natur Fotoagentur vertreibt Online Fotos, Bücher, Poster" />
7. Error Line 6, Column 76: "B" is not a member of a group specified for any attribute.
…tur Fotoagentur vertreibt Online Fotos, Bücher, Poster" />
8. Error Line 6, Column 94: an attribute value literal can occur in an attribute specification list only after a VI delimiter.
…ibt Online Fotos, Bücher, Poster" />
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".
9. Error Line 6, Column 95: end tag for "meta" omitted, but OMITTAG NO was specified.
…bt Online Fotos, Bücher, Poster" />
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
10. Info Line 6, Column 0: start tag was here.
<meta name="description" Digital Natur Fotoagentur vertreibt Online Fotos, B&uum
11. Error Line 6, Column 96: character data is not allowed here.
…t Online Fotos, Bücher, Poster" />
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
* putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
* forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
* using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
12. Error Line 20, Column 60: document type does not allow element "td" here.
<td width="100%" align="center" valign="top">
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
13. Error Line 21, Column 30: document type does not allow element "tbody" here; assuming missing "table" start-tag.
<tbody>
14. Error Line 43, Column 12: end tag for "td" omitted, but OMITTAG NO was specified.
</tr>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
15. Info Line 19, Column 16: start tag was here.
<td align="left" valign="top">
16. Error Line 51, Column 74: document type does not allow element "td" here.
… <td width="300" align="right" valign="top">
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
17. Error Line 63, Column 28: end tag for "td" omitted, but OMITTAG NO was specified.
</tr>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
18. Info Line 49, Column 32: start tag was here.
<td width="480" align="left" valign="top">
19. Error Line 174, Column 101: document type does not allow element "table" here; missing one of "th", "td" start-tag.
…r="0" cellspacing="0" cellpadding="0">
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>").
20. Error Line 175, Column 31: document type does not allow element "td" here; assuming missing "tr" start-tag.
<td align="center" valign="top">
21. Error Line 177, Column 85: end tag for element "a" which is not open.
…n-Agentur Hans-Peter Eckstein 2007</a></td>
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.
22. Error Line 179, Column 11: document type does not allow element "tr" here.
<tr>
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
23. Error Line 183, Column 9: there is no attribute "align".
<a align="center" valign="top">
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.
24. Error Line 183, Column 25: there is no attribute "valign".
<a align="center" valign="top">
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.
25. Error Line 185, Column 75: document type does not allow element "a" here; missing one of "object", "span", "bdo", "applet", "iframe", "tt", "i", "b", "u", "s", "strike", "big", "small", "font", "em", "strong", "dfn", "code", "q", "samp", "kbd", "var", "cite", "abbr", "acronym", "sub", "sup", "label", "ins", "del" start-tag.
… target="top" class="text_private_gallery">
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>").
26. Error Line 187, Column 28: end tag for "a" omitted, but OMITTAG NO was specified.
</tr>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
27. Info Line 185, Column 0: start tag was here.
<a href="http://www.tutorials.de/forum/images/impressum.pdf" target="top" class="text_private_gallery">
28. Error Line 187, Column 28: end tag for "a" omitted, but OMITTAG NO was specified.
</tr>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
29. Info Line 183, Column 0: start tag was here.
<a align="center" valign="top">
30. Error Line 187, Column 28: end tag for "td" omitted, but OMITTAG NO was specified.
</tr>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
31. Info Line 180, Column 32: start tag was here.
<td width="780" align="center" valign="middle">
32. Error Line 188, Column 23: end tag for "tr" omitted, but OMITTAG NO was specified.
</tbody>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
33. Info Line 175, Column 0: start tag was here.
<td align="center" valign="top">
34. Error Line 188, Column 23: end tag for "table" omitted, but OMITTAG NO was specified.
</tbody>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
35. Info Line 174, Column 40: start tag was here.
<table width="780" border="0" cellspacin
36. Error Line 188, Column 23: "tr" not finished but containing element ended.
</tbody>
37. Error Line 188, Column 23: end tag for "tr" omitted, but OMITTAG NO was specified.
</tbody>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
38. Info Line 173, Column 24: start tag was here.
<tr>
39. Error Line 198, Column 6: end tag for element "body" which is not open.
</body>
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.
40. Error Line 199, Column 6: end tag for element "html" which is not open.
</html>
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.
41. Error Line 6, Column 33: XML Parsing Error: Specification mandate value for attribute Digital.
<meta name="description" Digital Natur Fotoagentur vertreibt Online Fotos, B&uum
42. Error Line 6, Column 33: XML Parsing Error: attributes construct error.
<meta name="description" Digital Natur Fotoagentur vertreibt Online Fotos, B&uum
43. Error Line 6, Column 33: XML Parsing Error: Couldn't find end of Start Tag meta line 6.
<meta name="description" Digital Natur Fotoagentur vertreibt Online Fotos, B&uum
44. Error Line 41, Column 24: XML Parsing Error: Opening and ending tag mismatch: td line 20 and table.
</table>
45. Error Line 63, Column 29: XML Parsing Error: Opening and ending tag mismatch: td line 49 and tr.
</tr>
46. Error Line 64, Column 24: XML Parsing Error: Opening and ending tag mismatch: tr line 48 and tbody.
</tbody>
47. Error Line 65, Column 24: XML Parsing Error: Opening and ending tag mismatch: tbody line 47 and table.
</table>
48. Error Line 66, Column 21: XML Parsing Error: Opening and ending tag mismatch: table line 46 and td.
</td>
49. Error Line 67, Column 13: XML Parsing Error: Opening and ending tag mismatch: td line 45 and tr.
</tr>
50. Error Line 177, Column > 80: XML Parsing Error: Opening and ending tag mismatch: td line 175 and a.
…Medien-Agentur Hans-Peter Eckstein 2007</a></td>…
51. Error Line 177, Column > 80: XML Parsing Error: Opening and ending tag mismatch: table line 174 and td.
…Medien-Agentur Hans-Peter Eckstein 2007</a></td>…
52. Error Line 187, Column 29: XML Parsing Error: Opening and ending tag mismatch: a line 185 and tr.
</tr>
53. Error Line 188, Column 24: XML Parsing Error: Opening and ending tag mismatch: a line 183 and tbody.
</tbody>
54. Error Line 189, Column 24: XML Parsing Error: Opening and ending tag mismatch: td line 180 and table.
</table>
55. Error Line 190, Column 21: XML Parsing Error: Opening and ending tag mismatch: tr line 179 and td.
</td>
56. Error Line 195, Column 7: XML Parsing Error: Opening and ending tag mismatch: td line 170 and body.
</body>
57. Error Line 196, Column 7: XML Parsing Error: Opening and ending tag mismatch: tr line 169 and html.
</html>
58. Error Line 198, Column 7: XML Parsing Error: Opening and ending tag mismatch: tr line 44 and body.
</body>
59. Error Line 199, Column 7: XML Parsing Error: Opening and ending tag mismatch: tbody line 17 and html.
</html>
60. Error Line 199, Column 7: XML Parsing Error: Premature end of data in tag table line 16.
</html>
61. Error Line 199, Column 7: XML Parsing Error: Premature end of data in tag body line 14.
</html>
62. Error Line 199, Column 7: XML Parsing Error: Premature end of data in tag html line 2.
</html>