You're viewing old version number 2. - Current version

HTML5 Tags

http://www.techrepublic.com/blog/web-designer/html5-using-structural-elements-for-header-footer-and-navigation/

 article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}

http://www.w3.org/wiki/HTML_structural_elements

 The new HTML5 elements we will cover in this article are:

<header>: Used to contain the header content of a site.
<footer>: Contains the footer content of a site.
<nav>: Contains the navigation menu, or other navigation functionality for the page.
<article>: Contains a standalone piece of content that would make sense if syndicated as an RSS item, for example a news item.
<section>: Used to either group different articles into different purposes or subjects, or to define the different sections of a single article.
<aside>: Defines a block of content that is related to the main content around it, but not central to the flow of it.

#html5

From JR's : articles
124 words - 907 chars
created on
updated on - #
source - versions



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 16, 2024 - 10:52 a.m. EDT