HTML5 Structure
Elements that should be used to provide semantic structure to your documents. Also known as sectioning content in the HTML5 Specification.
- nav
- main
- section
- article
- aside
- header
- footer
Related Resources
- HTML elements reference [MDN Reference]
- HTML Content categories [MDN Reference]
- Sectioning Content in HTML5 - div or section or article? [bitsofcode]