Re: Validator Problem

On 2005-06-10 19:36, Alex Mos (RDS) wrote:

> I corected all errors of my html file and... beter take a look:
> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.alexmos.com%2Fbbb%2Findex
> ..html
>  
> it says "This Page Is Not Valid!"
> but it doesn't show the errors... this happened after I corrected each
> errors he showed me...

The document (http://www.alexmos.com/bbb/index.html) has an erroneous 
doctype declaration. In XHTML, keywords must be written uppercase, so:

<!DOCTYPE html ...
   ^^^^^^^

-- 
David Håsäther

Received on Sunday, 12 June 2005 09:35:19 UTC