nicksanten
Gebruiker
- Lid geworden
- 17 feb 2009
- Berichten
- 676
Nu we het daar toch over hebben hoe kan ik eigenlijk een naam aan mijn website geven bijv: www.hoekrijgikhiertekst.nl?
EDIT: heb hem in die validator gedaan
... krijg deze fouten:
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 with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.
Line 15, Column 57: end tag for "FONT" omitted, but its declaration does not permit this
<p align="center"><font size="7"><b>Hardwarehulp</b></p>✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Line 15, Column 19: start tag was here
<p align="center"><font size="7"><b>Hardwarehulp</b></p> Line 16, Column 102: end tag for "FONT" omitted, but its declaration does not permit this
…ver mij en mijn Hardwarehulp.</i></P> ✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Line 16, Column 19: start tag was here
<p align="center"><font size="5"><i>De site waar je alles vind over mij en mijn Line 32, Column 6: NET-enabling start-tag requires SHORTTAG YES
<hr />✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 34, Column 87: document type does not allow element "BODY" here
…0FF" VLINK="#FF0000" ALINK="#FF0000">✉
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).
Line 36, Column 19: NET-enabling start-tag requires SHORTTAG YES
<P><IMG SRC=http://nvision.pl/img/200809/tt_v9_1.gif WIDTH="450" HEIGHT="450" A✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 36, Column 19: required attribute "ALT" not specified
<P><IMG SRC=http://nvision.pl/img/200809/tt_v9_1.gif WIDTH="450" HEIGHT="450" A✉
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>.
nou is engels niet echt mijn sterkste punt, kan iemand mij vertellen wat hier fout gaat?
EDIT: heb hem in die validator gedaan

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 with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.
Line 15, Column 57: end tag for "FONT" omitted, but its declaration does not permit this
<p align="center"><font size="7"><b>Hardwarehulp</b></p>✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Line 15, Column 19: start tag was here
<p align="center"><font size="7"><b>Hardwarehulp</b></p> Line 16, Column 102: end tag for "FONT" omitted, but its declaration does not permit this
…ver mij en mijn Hardwarehulp.</i></P> ✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Line 16, Column 19: start tag was here
<p align="center"><font size="5"><i>De site waar je alles vind over mij en mijn Line 32, Column 6: NET-enabling start-tag requires SHORTTAG YES
<hr />✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 34, Column 87: document type does not allow element "BODY" here
…0FF" VLINK="#FF0000" ALINK="#FF0000">✉
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).
Line 36, Column 19: NET-enabling start-tag requires SHORTTAG YES
<P><IMG SRC=http://nvision.pl/img/200809/tt_v9_1.gif WIDTH="450" HEIGHT="450" A✉
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 36, Column 19: required attribute "ALT" not specified
<P><IMG SRC=http://nvision.pl/img/200809/tt_v9_1.gif WIDTH="450" HEIGHT="450" A✉
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>.
nou is engels niet echt mijn sterkste punt, kan iemand mij vertellen wat hier fout gaat?
Laatst bewerkt: