< header > |
element represents a container for introductory content or a set of navigational links |
< footer > |
element defines a footer for a document or section |
< nav > |
element defines a set of navigation links |
< article > |
element specifies independent, self-contained content |
< aside > |
element defines some content aside from the content it is placed in (like a sidebar) |
< section > |
element defines a section in a document |
< figure >/ < figcaption > |
< figure > tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc <figcaption> and element can be placed as the first or as the last child of a < figure > element |
< div > |
tag defines a division or a section in an HTML document |
< hgroup > |
element represents a multi-level heading for a section of a document |