Re: Errors in my first validation

On Wed, 2003-02-05 at 11:12, Mhaxx wrote:
> I've already HTMLvalidated my HTML files and it's my first CSS
> validation.
>  
> I can't understand why I always get unsuccessful like this:
>  
> Errors
> URI : file://localhost/C:\Lang\Tecnologie web\HTML\Sito
> Sentowatt\Sviluppo\Links.html
>       * Line: 18 Context : sito , web , musica , rock , cover , band ,
>         gruppo , Venezia , Spinea , links , altri siti , risorse , web
>         , gruppi , band locali , locali notturni , siti , utili ,
>         ricerca , notte , concerti , dal vivo , live , eventi 
>         
>         Parse Error - : Links --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD
>         HTML 4.01 Transitional//EN"
>         "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD>
>         <TITLE>Sentowatt - links</TITLE> <META
>         http-equiv="Content-Type" content="text/html;
>         charset=ISO-8859-1"> <META http-equiv="reply-to"
>         content="sentowatt@libero.it"> <META name="author"
>         content="Sentowatt"> <META name="description" content="Sito
>         web dei Sentowatt 

This line leads me to think that your HTML document is not well-formed
or not recognized appropriately. Did you check your HTML document with
the HTML validator?
http://validator.w3.org/

> Could someone told me what I'm doing of wrong?
>  
> I think the CSS validator expected an CSS document, but I submitted a
> HTML document...

It's ok to submit a CSS or HTML document. If HTML, the validator will
look for CSS information inside.

Philippe

Received on Thursday, 27 February 2003 15:52:17 UTC