The following tags are commonly used when coding HTML5 and CSS page layouts:

HTML5 Layout Tags
Tag Function Html
div Define a section in a document  
nav Defines navigation links New
header Defines header for a document or section New
footer Defines a footer for a document or section New
aside Defines content aside from page content New
figure Specifies diagrams, code listings, etc New
canvas Define graphics New
hgroup Groups a set of <h1> to <h6> elements New
section Define a section in a document New
article Specifies self-contained content New
iframe Define an inline frame  
table Specifies a table