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 & 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.
Source: http://html5demos.com/
Call now on 1300 858 495 or contact us online to discuss your needs.
- Call 1300 858 495
- Our portfolio
- Why choose us?
- Contact us
- Web design
- Flash design
- XHTML / CSS
- Web design portfolio
- Web usability
- Graphic design
- Logo design
- Business cards & stationery
- Press advertisements

Vivek Kapoor (not verified)
Posted Thu, 20/05/2010 - 02:24I guess you meant 2012 and not 2022 :-)
corym (not verified)
Posted Wed, 09/06/2010 - 02:36Vivek, nope. 2022 is correct.