How to use the section tag
Disclaimer
Don't take my word for it...
Examples
But here's how I would do it...
Closing Notes
Well that was fun. I wonder if the spec will change next week?
I\'m trying to build a layout in HTML5 and after reading several different articles I\'m just confused. I\'m trying to get some input on how it should be used.
Below
The answer is in the current spec:
The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.
Examples of sections would be chapters, the various tabbed pages in a tabbed dialog box, or the numbered sections of a thesis. A Web site's home page could be split into sections for an introduction, news items, and contact information.
Authors are encouraged to use the article element instead of the section element when it would make sense to syndicate the contents of the element.
The section element is not a generic container element. When an element is needed for styling purposes or as a convenience for scripting, authors are encouraged to use the div element instead. A general rule is that the section element is appropriate only if the element's contents would be listed explicitly in the document's outline.
Reference:
Also see:
It looks like there's been a lot of confusion about this element's purpose, but the one thing that's agreed upon is that it is not a generic wrapper, like A better example, from my understanding, might look something like this: Don't take my word for it... But here's how I would do it... Well that was fun. I wonder if the spec will change next week? Note that How to use the section tag
Disclaimer
Examples
Closing Notes