HTML5 Semantic Markup Tags
Examples:
http://www.svenread.com/readium-ghost-theme/
http://thatemil.com/blog/2013/09/16/webmentioning-adactio/
reset in css: http://html5doctor.com/html-5-reset-stylesheet/
http://meyerweb.com/eric/tools/css/reset/
http://html5doctor.com/html-5-boilerplates/
http://www.w3schools.com/tags/default.asp HTML reference updated with new HTML5 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.