Forum Moderators: open
I would like to make headings for my site map by using <h1> tags, etc ., but when I look at it, it looks terrible.
Let's say I want one catgory called red widgets and one called blue widgets
with subheadings under each one, how should I go about it please.
Thanks, I am ready to pull my hair out!
h1 elements, then you can override it with CSS. If you only have two categories, then I would use a two-column layout, using
h1, h2 etc. elements combined with a definition list [htmlhelp.com] for each section.
But using several h2 elements (secondary headings) is only sensible. Think of an outline of a document, using a title or headline (h1) and then an outline structure made of sub-headings (h2), sub-sub-headings (h3) and so on.