Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

HTML5 Sectioning content type   
Sectioning is a new semantic markup to define sections on the page. It is mainly used as future expansion of HTML5 webpage and designed to target search engine understanding of your page content. This content type was based on extensive collection of div attributes and modeled after most common div attributes.

List of sectioning content types:

Header – contains header context

Footer – contains footer context

Section – specifies certain section of the page

Article – article content on the page

Aside – related content to main content on the page

Nav – content that construct navigation on the page

All of these sectioning elements can be styled with the help of CSS.

Print HTML5 Sectioning content type   Bookmark HTML5 Sectioning content type

Related Articles  
HTML5 new elements
HTML5 has many more HTML markup elements. These markup elements are grouped into content types for easy access and ...
New features in HTML 5
The following features are part of HTML5. This features can be tested in HTML5 compatible browsers.
Welcome to www.html5videotutorial.com
Learn HTML5 development techniques, tips and tricks on our website. Find out what is required to develop web pages to ...
HTML5 Selectors API
HTML5 makes it easier to find HTML5 elements on the page or within your DOM structure. List of available calls and ...
HTML5 History
HTML5 goes back to 1993 when it was first published as internet draft. It evolved through such important milestones as ...
HTML5 design principles
The main objective of HTML5 is not degrading any of the existing content on the internet. There is over 20 years of ...
More