The second option i think is the better way to go though, just for organization and nice and clean and structured.
Thats what i think anyway :)
On 01/02/2005, at 8:11 PM, Jamie Mason wrote:
Hi,
I'm sure this has been asked time and time again and is probably a daft question, but which is the proper way to use header tags? Thanks in advance for your patience and help!
Jamie
Is it...
=====================
1) All headers must be used in order only, so most important headers go at the top then grade downwards with less important headers always being lower down
=====================
<h1></h1>
<h2></h2>
<h2></h2>
<h3></h3>
<h4></h4>
<h4></h4>
..etc
=====================
Or
=====================
2) With the exception of h1 used once, can you set the headers out loosely in the same tree structure lists are set out in? So h3 would only be used "as a child" (but not nested within) of an h2, h4 as a child of h3 etc? Then reading downwards through the headers, you're allowed to move backwards say from an h3, back to an h2? I'm not sure how to explain my question, but basically I think, can you define tree structures with headers? or do they have to be used in an ordered numerical hierarchy?
=====================
<h1></h1>
������� <h2></h2>
������� ������� <h3></h3>
������� ������� <h3></h3>
������� <h2></h2>
������� ������� <h3></h3>
������� ������� <h3></h3>
������� ������� ������� <h4></h4>
������� ������� ������� <h4></h4>
������� <h2></h2>
