Re: validator inquiry

On Thu, Nov 16, 2006 at 01:12:02PM -0800, ASI Web wrote:
>    Hello,

>    My URL http://www.asi.csupomona.edu/_WEBDEV/index.php has an error message
>    according to the CSS validator. Here's the error:

>    The element type "head" must be terminated by the matching end-tag
>    "</head>".

Looks like it is complaining about the </meta> which is trying to
close an already closed <meta />. (The last opened element that is
still open at that point is the <head>).

I suggest you try the Markup Validator first.

I also suggest you reread the XHTML specification paying special
attention to sections 4.8 and all of Appendix C (you would be likely
better off using HTML 4.01 though).

-- 
David Dorward                                      http://dorward.me.uk

Received on Thursday, 16 November 2006 23:22:02 UTC