Re: [VE][73] it says "tag for "HEAD" which is not finished ." but tag HEAD is finished

Hey Daniel,

On 5/15/07, Daniel Olivares Giménez <dani@gmail.cat> wrote:
>
>  I am optimizing and validating the code of our website and I am using the
> html validator from w3c.
>
>  I think, sincerely, which there is an error on W3C html validator.
>
>  Validating
> http://cpmarianobenlliureelx.cult.gva.es/marianobenlliure/index.htm
>
>
>  It says
>     Error Line 12, column 6: end tag for "HEAD" which is not finished ..
>   </head>
>     (...)
>

See the error message for details,

"Another possibility is that you used an element which requires a
child element that you did not include. Hence the parent element is
"not finished", not complete. For instance, <head> generally requires
a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and
so on."

You're required to have a <title> element before closing the head.


>
>  But the tag HEAD is finished!!!
>  Here is the piece of the html code:
>  All between <head> and </head> is fully compliant with html4 transitional
>
>  <head>
>      <meta http-equiv="Content-Type" content="text/html;
> charset=windows-1252">
>      <meta http-equiv="Content-Language" content="es">
>      <meta http-equiv="Page-Exit"
> content="revealTrans(Duration=0.6,Transition=12)">
>      <link rel="stylesheet" type="text/css" href="../style.css"
> title="MainCSS">
>      <link rel="alternate stylesheet" type="text/css"
> href="../style_large.css" title="Mayus1">
>      <base target="_blank">
>      <script language="javascript" src="../cpmbtxt.js"
> type="text/javascript"></script>
>  </head>
>
>  (...)
>
>  Anyone can help? Thank you.
>


-- 
-Brett Bieber

http:saltybeagle.com aim:ianswerq

Received on Wednesday, 16 May 2007 03:20:05 UTC