dbeyer: W3C-Validierung von *.php-Dateien

Beitrag lesen

Guten Tag,
habe eine fertige Web Site "http://www.ski-club-hanau.de/" zur Bearbeitung übernommen.
Meine Index.php-Datei beginnt mit:
"<?php include ('scripts/bilder.php');?>
<html>
<head>
<title>Willkommen auf den Seiten des Ski Club Hanau e.V.</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Language" content="de">..."

Wollte den W3C-Standard (Html validieren) überprüfen und bekomme eine Fehlermeldung"
"No DOCTYPE found! Attempting validation with HTML 4.01 Transitional.

The DOCTYPE Declaration was not recognized or is missing. This probably means that the Formal Public Identifier contains a spelling error, or that the Declaration is not using correct syntax. Validation has been performed using a default "fallback" Document Type Definition that closely resembles "HTML 4.01 Transitional", but the document will not be Valid until you have corrected this problem with the DOCTYPE Declaration.

You should place a DOCTYPE declaration as the very first thing in your HTML document. For example, for a typical XHTML 1.0 document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">...."

Was ist hier falsch? Was muß ich ändern?
Oder gibt es für php-Dateien einen anderen Validierungsmodus?

Danke im Voraus für die Hilfe.
MfG dbeyer