LiveZilla Live Chat

Neubreed blog

HTML 5 advantages and examples

Submitted by ryan on Fri, 12/03/2010 - 13:21

HTML5 is the next major revision of HTML the last version was 4.01 released in 1997.

The new version sports new markup elements and simplified code for consistency and neater code.

Some tags have been deprecated in the new version in favour of implementing those attributes in CSS

Here is an example of what HTML5 looks like:

<!DOCTYPE html>
<html lang="en">
...
<header id="top">
   <h1>My Blog</h1>
   <p>Written in HTML5 &amp; CSS3</p>
</header>
<section id="content">
   <article>
     <header><h2>My redesign</a></h2></header>
     <p>Posted by Ryan on <time>February 12, 2010 - 2:38pm</time>.</p>
     <footer>
       <p>Filed under  <a href="http://neubreed.com.au/blog">Blog</a></p>
     </footer>
   </article>
</section>

HTML is expected to be officially released in 2022 or later. However, it is mostly supported and can be implemented before then.

Vivek Kapoor (not verified)

I guess you meant 2012 and not 2022 :-)

corym (not verified)

Vivek, nope. 2022 is correct.

Call now on 1300 858 495 or contact us online to discuss your needs.