HTML5 is an evolving web standard. It has good adoption across browsers – IE (10), Firefox, Chrome, Safari, Opera. To see the level of compliance in your browser, visit http://html5test.com. In this post, we will go over the basic features of HTML5.

Semantic tags

Semantic tags like article, section etc are more meaningful than plain div tags.

<article>
 <hgroup>
  <h1>Title of the page</h1>
  <h2>Subtitle</h2>
 </hgroup>
 <section>
  <h1>Virgin Gorda</h1>
  <p>The Baths at Virgin Gorda are truly one of the most picturesque places in the Caribbean.<p>
Read More