Re: What is wrong in this Header? Parse error - Unrecognized

* Ulrich Lange wrote:
>Sorry, I can´t never find what´s wrong in this script!
>The W3C HTML Validator can´t find any mistake.
>Can anybody help me?
>
>Zeile: 10
>
>Parse error - Unrecognized : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 
>4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> 
><title>Atelier Lange - W3C Geprüft</title> <style type="text/css"> <!-- 
>body { font-family:Verdana,serif; background-color:#e6dcf0; 
>color:#010101; }

The CSS Validator expected an CSS document, but you submitted a HTML
document.

Received on Monday, 20 January 2003 19:22:09 UTC