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

HTML5 Tutorial FeedBurner

The HTML5 <nav> Tag  
Using the HTML5 <nav> tag is important when the author has to determine a specific section of the navigation links. The main role of the HTML5 <nav> tag is to establish major block for the navigation links.

It has to be noted though that not all links that are included in the HTML document has to be placed inside the HTML5 <nav> tag.

The HTML5 <nav> tag is a new element that is not present in HTML4.01.

Using the HTML5 <nav> tag has no complications because all the major websites can interpret this well. Aside from that, the HTML5 <nav> tag is also compatible with the Event Attributes and Global Attributes in HTML5.

Print HTML5 <nav> Tag Bookmark HTML5 <nav> Tag

Related Articles  
The HTML5 <video> Tag
The HTML5 <video> tag is the main tool of the author to add some movie clip or video stream within a document.
The HTML5 <bdo> Tag
The HTML5 <bdo> tag is a formatting element which is used to override the current text direction. It is used to ...
The HTML5 <menu> Tag
As the name suggests, the HTML5 <menu> tag is vital in HTML documents because it is used in defining a list or ...
The HTML5 <frameset> Tag
The HTML <frameset> tag is no longer utilized for HTML5. Before, the use of HTML <frameset> tag is ...
The HTML5 <address> Tag
The HTML5 <address> Tag is useful in providing pertinent information about the author or owner of a particular ...
The HTML5 <th> Tag
The HTML5 <th> tag is the tool in adding a header to the table that is placed within an HTML document. It has to ...
More