HTML5 Semantic Markup Tags
http://theclassy.themespectre.com/css/style.css
"HTML5 display definitions"
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary
http://www.techrepublic.com/blog/web-designer/html5-using-structural-elements-for-header-footer-and-navigation/
code. article, section, aside, hgroup, nav, header, footer, figure, figcaption {
display: block;
}
code..
http://www.w3.org/wiki/HTML_structural_elements
code. The new HTML5 elements we will cover in this article are:
: Used to contain the header content of a site.