<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>1795</bug_id>
          
          <creation_ts>2005-07-21 17:22:52 +0000</creation_ts>
          <short_desc>The problem with HEAD tag</short_desc>
          <delta_ts>2005-07-21 17:34:14 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>0.6.7</version>
          <rep_platform>All</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.w3.org</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alex">phenidone</reporter>
          <assigned_to name="Terje Bless">link</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>5076</commentid>
    <comment_count>0</comment_count>
    <who name="Alex">phenidone</who>
    <bug_when>2005-07-21 17:22:52 +0000</bug_when>
    <thetext>Hello !

It nearly possible but it looks like I found an error.
For my extreemly simple page:
--------- cut here ----------
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=ISO-8859-1&quot;&gt; 
&lt;/HEAD&gt;

&lt;BODY&gt;

&amp;nbsp;
&lt;/BODY&gt;
&lt;/HTML&gt;
--------- cut here ----------
The Markup Validation Service v0.6.7 give next error:

--------- cut here ----------
Line 5, column 6: end tag for &quot;HEAD&quot; which is not finished

&lt;/HEAD&gt;

Most likely, You nested tags and closed them in the wrong order. For example 
&lt;p&gt;&lt;em&gt;...&lt;/p&gt; is not acceptable, as &lt;em&gt; must be closed before &lt;p&gt;. Acceptable 
nesting is: &lt;p&gt;&lt;em&gt;...&lt;/em&gt;&lt;/p&gt; 

Another possibility is that you used an element (e.g. &apos;ul&apos;) which requires a 
child element (e.g. &apos;li&apos;) that you did not include. Hence the parent element 
is &quot;not finished&quot;, not complete. 

--------- cut here ----------

As you can clearly see -it&apos;s mistake - tag HEAD was closed.

Im checking my website and most pages there have the same error.

Regards,
Alex.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5079</commentid>
    <comment_count>1</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2005-07-21 17:34:14 +0000</bug_when>
    <thetext>You lack a &lt;title&gt; element in &lt;head&gt;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>