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

HTML5 Tutorial FeedBurner

The HTML5 <aside> Tag  
The HTML5 <aside> tag is useful if it is necessary to specify another content that is different from the article/paragraph that this tag is included in. Usually, the other content that is defined in the HTML5 <aside> tag is closely related to the topic of the paragraph/article where it is used.

It is important that when the HTML5 <aside> tag is used, the aside content should be placed as a sidebar for the article.

The <aside> tag is new in HTML5 so this is not present in HTML4.01.

The HTML5 <aside> tag is recognized by all major browsers that are utilized these days like Safari, Opera, Firefox, Google Chrome and Internet Explorer.

Support for Global Attributes and Event Attributes from HTML5 <aside> tag is not a problem either.

Print HTML5 <aside> Tag Bookmark HTML5 <aside> Tag

Related Articles  
The HTML5 <frameset> Tag
The HTML <frameset> tag is no longer utilized for HTML5. Before, the use of HTML <frameset> tag is ...
The HTML5 <big> Tag
The <big> tag is not supported in HTML5. CSS is needed to reach desired effect when seen on web browsers.
The HTML5 <output> Tag
The HTML5 <output> tag has to be placed within an HTML document if the calculation result has to be represented. ...
The HTML5 <mark> tag
For instances wherein it is important to specify a marked text, the use of HTML5 <mark> tag is essential. This is ...
The HTML5 <dt> Tag
The HTML5 <dt> tag is an important addition in any HTML document particularly when further terminology definition ...
The HTML5 <col> Tag
The HTML5 <col> tag is important in defining the properties for each column. It is used within a <colgroup> ...
More