- From: David Dorward <david@dorward.me.uk>
- Date: Thu, 10 Aug 2006 13:09:34 +0100
- To: Mike Whitehurst <*@mike-whitehurst.co.uk>
- Cc: www-html@w3.org
On Thu, Aug 10, 2006 at 12:47:13PM +0100, Mike Whitehurst wrote: > ok, so... what's wrong with: > > h1 = page ... which perhaps should be the same as <title> > h2 = section > h3,h4,h5 = breaking up large sections. There are more elements to define (and to handle if you want to write software to, for instance, generate automatic tables of contents). There is an arbitrary limit on the number of sublevels a document can have. If you want to promote a subsection to a section (or demote, or make a page a subsection of another page) then you have to modify all the headings manually. -- David Dorward http://dorward.me.uk
Received on Thursday, 10 August 2006 12:09:40 UTC