We are back after a long time as it was very difficult for us to take out sometime and write here in.. However we will try our best for keeping this blog updated with new and useful content.
Today we would be dealing with the sture of an HTML 5.0 documnet , as our title already conveys the message.
- HTML5.0 introduces a set of new structural elements that makes easier to structure html pages.
- Using this structural elements web pages will be more understandable . HTML 5 introduces new elements for this purpose.
- The most commonly used structure elements are:
<header>: Header region.
<nav> : Navigation region.
<section>: A logical region of a page.
<article>: A article or other complete piece of content.
<aside>: Secondary content, such as a sidebar.
<footer>: Footer region.
Structural Elements :
<header>: To define the header (things you usually wrap in h1, h2 ..etc..).
<nav>: It is used for navigational links, either to section in the same page or to the other pages like a menu.
<section>: represent a generic document .
<article>: represent a independent piece of content such as a newspaper article or a blog entry.
<aside>: represent a secondary content. If the content is related slightly to the rest of the page usually a side bar.
<footer>: represent a footer of a section which contain the information like author , copyright information.
We would be back soon with new and useful information. Till then Happy Reading !!
www.trioinfotech.com | http://www.trioinfotech.in
- Trio Infotech | Growing with Pride



