Stephen Poley wrote:
On 2 Jun 2006 14:46:11 -0700, "VidTheKid" <vi*******@gmail.com> wrote:
John Hosking wrote: You've got rather too many (i.e., more than one) H1 element.
You prefer that <H1> be used solely for the root heading / page title?
Is that a standard, or a personal preference?
It's personal preference, though a very common one. I also use only one
H1 per page, and I think most people do (at least of those who are
sufficiently clued up to know what H1 and H2 actually are) but there's
nothing actually wrong with using more.
Actually I used to do
that, but lately i've preferred to put the page title in <DIV
class="pagetitle">. I might change my mind again in the future,
though.
If you have a page title in the page itself (as opposed to the TITLE
element) then it would be much better to put it in an H1.
I honestly don't see any reason why that would be objectively better
than using H1 for each of the page's major sections. (On pages I
write, the page title appears both in the TITLE element and as content
on the page. The appearance of the title on the page itself is more
for visual rather than semantic purposes. Having an H1 to label the
first section, often but not always an introduction, immediately after
the page title and navigation elements, makes the semantic structure of
the page logical and acceptible in my mind.) On the other hand, if the
highest-available heading tag were named H0, it would be a bit more
obvious to me to use that for a root heading / page title, and only
once.
Anyway, I didn't really look at the OP's page, though I did click the
large-font-size screenshot. If there is an <H1>Strategy</H1> followed
by other H1s that are logically subordinate to it, then I agree it's
wrong. A solution could be to change the other H1s to H2s. Or, if
Strategy is in fact the primary topic of the page (and especially if
the page is not part of a longer, broken-up document) then another
solution could be to make the Strategy heading not a heading at all
semantically, but style it to look important enough that it is clearly
the title of the page. Or simply not have it.
--
Vid the Kid