hey habe gerade mal meine Website durch einenttp://validator gejagt und dann kam folgendes raus
bei HTML:
PHP-Code:
Fatal Error: no document type declaration; will parse without validation
I could not parse this document, because it uses a public identifier that is not in my catalog.
You should make the first line of your HTML document a DOCTYPE declaration, for example, for a typical HTML 4.01 document:
Fatal Error: no document type declaration; will parse without validation
I could not parse this document, because it uses a public identifier that is not in my catalog.
You should make the first line of your HTML document a DOCTYPE declaration, for example, for a typical HTML 4.01 document:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Title</TITLE>
</HEAD>
<BODY>
<-- ... body of document ... -->
</BODY>
</HTML>
wofür steht eigentlicg dieses "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">"
dann noch ein prob bei der CSS:
da kam dann das hier raus
ist das CSS jetzt ok oder nicht da unten ja auch noch warnungen sind.
und bei des website von FX kam bei der CSS das raus.
was mache ich denn jetzt? Sind laut W3C farbige Scroller nicht ok??
oder sollte man da nicht SOOOOOO viel wert legen?
sorre ich weiss das ist eine absolut dämliche frage, aber ich bin da mal endlich zu gekommen sie zu stellen