> I didn't know that we should only use one h1 per page. > Why is that ?
It's not so much a rule as a convention. H1 is a top-level heading, and the theory goes that there should only be one top, and thus one top-level heading. Recently, I've decided that that logic isn't necessarily true. On the main site I work on, I have pages divided into a title area div, a navigation area div, an announcement div, and a main content div. Each one has a separate heading structure, so each div has an h1. (in this case, they're site name, navigation top-level, announcements heading, and page title.) We all agree that markup should be semantic, but sometimes that's somewhat subjective. ---Tim ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
