hallo, bin noch sehr sehr frisch auf dem gebiet des html und im zuge eines validierungsversuches bei w3c treten fehlermeldungen ähnlicher art auf. die anderen "fehler" konnt ich beheben, jetzt sinds nur noch 5. hab die hp mit html und css geschrieben und die css in einer externen datei abgelegt. den css code hat w3c validiert. den quelltext für das css-valid icon hab ich dann auch in der html eingebaut. kurioser weise zeigt er mir aber ebendort nen fehler an. hab schon das halbe www durchkämmt aber nichts dazu gefunden. ich kann auch wirklich nichts mit den meldung anfangen. hier mal n paar auszüge meines quelltextes:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Line 24, Column 57: NET-enabling start-tag requires SHORTTAG YES.
09 studiere ich an der <a href=http://www.arch.uni-karlsruhe.de>TH Karlsruhe
(der zweite slash der url ist rot markiert)
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 30, Column 129: NET-enabling start-tag requires SHORTTAG YES.
…ges/vcss-blue" alt="CSS ist valide!" />
(das ist besagter quelltext aus w3c kopiert, der letzte slash ist rot markiert)
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 32, Column 43: document type does not allow element "A" here.
<a href=impressum.htm class="navbottom">impressum.</a>
(die spitze klammer bei navbottom ist rot markiert)
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).
also ich dank schomma im vorraus.
lg. der verzweifelte.