- From: David Dorward <david@dorward.me.uk>
- Date: Tue, 24 Aug 2004 16:27:46 +0100
- To: "Mikey Moo Moo" <vlad_utopia@hotmail.com>
- Cc: <www-validator@w3.org>
On 24 Aug 2004, at 16:16, Mikey Moo Moo wrote:
> wrong again, genius. the tag is open Error 29 (line 106, col 91 for
> http://www.merlinspad.741.com/index.htm)
You might wish to adjust the tone of your emails, which are archived
publicly. Not only is it a *free* service which you are complaining
about, it looks extra foolish when you find out that you are wrong.
As you cannot have a heading (such as <h6>) *inside* a paragraph, the
start tag for the <h6> element implicitly closes the preceding (open)
<p> element.
So <p><h6>foo</h6></p> is equivalent to <p></p><h6>foo</h6></p> and the
second </p> doesn't match any open element.
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
Received on Tuesday, 24 August 2004 15:31:40 UTC