Html5 aside Tag

Aside tag is new in Html 5.which is stand for content and it related to surrounding content in web page. This type of content often stand for in sidebars.

Example Code

<!DOCTYPE HTML>
<aside style="color:#CC0000;float:right;width:120px; padding-left:7px;">
  70% cost of offer for a web hosting to india clients.
</aside>
<p>
  A web hosting service is a type of Internet hosting service.which allows individuals and organizations to make their own website.
</p>

Out Put :




A web hosting service is a type of Internet hosting service.which allows individuals and organizations to make their own website.

In the above example right side content is web details content and left side content is offer details content.





Content