Wednesday, July 4, 2012

HTML5 Sections

The HTML5 specification defines new sections and provides various scenarios where they can be used.  What it doesn't do is provide a "complete" outline, so here goes...


  • body 
    • header
      • hgroup
        • h1
        • h2
      • nav
    • aside
    • article
      • header
      • nav
      • aside
      • div
        • section
      • footer
    • footer
      • nav


Have I missed anything?

No comments: