Skip to content

Instantly share code, notes, and snippets.

@AndrewStanton94
Last active August 29, 2015 14:11
Show Gist options
  • Save AndrewStanton94/fc036c57fa4b0d012da6 to your computer and use it in GitHub Desktop.
Save AndrewStanton94/fc036c57fa4b0d012da6 to your computer and use it in GitHub Desktop.
Summary of HTML5 tags for structuring documents.

section Extends div for logicaly related content

article Extends section for thing that makes sense by itself

aside For non-essential extras

figure For essential extras, supporting material

nav For navigation elements

header For the page or parent sectioning tag. Can contain any other tags except other headers or footers

footer For the page or parent sectioning tag. Can contain any other tags except other headers or footers

hgroup For consecutive h tags. Helps with schemantic logic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment