HTML5 defines elements that can be used to represent sections (New to HTML5):
body - represents the main content of the documentarticle - represents a self-contained composition within a documentsection - a generic section of a documentnav - represents a section with navigation linksaside - tangentially related (analagous to a sidebar for printed material)h1, h2, h3, h4, h5, h6 - headings for sectionshgroup - used to group a set of headingsheader - represents a group of introductory or navigational aidsfooter - represents a footer for its sectionaddress - represents contact informatinSee: Usage Summary for Section Elements
Copyright © David Heitmeyer