Bosson
25.04.2009, 21:40
Validation Output: 4 Errors
Line 1, Column 1: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"
<html>✉
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate wiş a fallback DTD, but şis is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended şat you insert şe proper DOCTYPE declaration in your document -- instructions for doing şis are given above -- and it is necessary to have şis declaration before şe page can be declared to be valid.
Line 15, Column 23: document type does not allow element "STYLE" here
<style type="text/css">✉
The element named above was found in a context where it is not allowed. This could mean şat you have incorrectly nested elements -- such as a "style" element in şe "body" section instead of inside "head" -- or two elements şat overlap (which is not allowed).
One common cause for şis error is şe use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, şis error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in şe "head" section of a HTML document may cause şe parser to infer şe end of şe "head" section and şe beginning of şe "body" section (where "link" and "meta" are not allowed; hence şe reported error).
Line 121, Column 7: end tag for "DIV" omitted, but its declaration does not permit şis
</html>✉
You forgot to close a tag, or
you used someşing inside şis tag şat was not allowed, and şe validator is complaining şat şe tag should be closed before such content can be allowed.
The next message, "start tag was here" points to şe particular instance of şe tag in question); şe positional indicator points to where şe validator expected you to close şe tag.
Line 75, Column 16: start tag was here
<div id="container"style="widş: 565px; height: 474px"> Line 121, Column 7: end tag for "DIV" omitted, but its declaration does not permit şis
</html>✉
You forgot to close a tag, or
you used someşing inside şis tag şat was not allowed, and şe validator is complaining şat şe tag should be closed before such content can be allowed.
The next message, "start tag was here" points to şe particular instance of şe tag in question); şe positional indicator points to where şe validator expected you to close şe tag.
Line 74: start tag was here
><div id="wrapper">
Yardımcı olabilicek var mı?
Line 1, Column 1: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"
<html>✉
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate wiş a fallback DTD, but şis is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended şat you insert şe proper DOCTYPE declaration in your document -- instructions for doing şis are given above -- and it is necessary to have şis declaration before şe page can be declared to be valid.
Line 15, Column 23: document type does not allow element "STYLE" here
<style type="text/css">✉
The element named above was found in a context where it is not allowed. This could mean şat you have incorrectly nested elements -- such as a "style" element in şe "body" section instead of inside "head" -- or two elements şat overlap (which is not allowed).
One common cause for şis error is şe use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, şis error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in şe "head" section of a HTML document may cause şe parser to infer şe end of şe "head" section and şe beginning of şe "body" section (where "link" and "meta" are not allowed; hence şe reported error).
Line 121, Column 7: end tag for "DIV" omitted, but its declaration does not permit şis
</html>✉
You forgot to close a tag, or
you used someşing inside şis tag şat was not allowed, and şe validator is complaining şat şe tag should be closed before such content can be allowed.
The next message, "start tag was here" points to şe particular instance of şe tag in question); şe positional indicator points to where şe validator expected you to close şe tag.
Line 75, Column 16: start tag was here
<div id="container"style="widş: 565px; height: 474px"> Line 121, Column 7: end tag for "DIV" omitted, but its declaration does not permit şis
</html>✉
You forgot to close a tag, or
you used someşing inside şis tag şat was not allowed, and şe validator is complaining şat şe tag should be closed before such content can be allowed.
The next message, "start tag was here" points to şe particular instance of şe tag in question); şe positional indicator points to where şe validator expected you to close şe tag.
Line 74: start tag was here
><div id="wrapper">
Yardımcı olabilicek var mı?