Re: H1

On Wed, 12 Feb 2003, Tantek Çelik wrote:
>
> Less good:
> 
> title
> h1
>   h2
>    h3
>    h3
>   h2
>    h3

I do this, because my <title> is different than my <h1>. The <title> is
usually context independant, whereas the <h1> assumes you know the context
of the document.

For example:

   <title>CSS3 Generated Content: Examples and Demonstrations</title>
   <h1>Examples and Demonstrations</h1>

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 12 February 2003 20:41:05 UTC