- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Tue, 21 Jan 2003 01:22:57 +0100
- To: ulrich.lange.dv@t-online.de (Ulrich Lange)
- Cc: www-validator-css@w3.org
* 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