You won't want to miss out on the world-class speakers at TNW Conference this year 🎟 Book your 2 for 1 tickets now! This offer ends on April 22 →

This article was published on June 28, 2012

I’m really, really excited about the new HTML5 tags


I’m really, really excited about the new HTML5 tags

HTML5 has been a long time coming, and although what we normally call HTML5 is actually a combination of things, including existing and developing JavaScript advancements and CSS3, HTML5 on its own is still pretty exciting.

This new standard will hopefully become default within the next two or three years, but that doesn’t mean the adventurous of us can’t start playing early. That’s exactly what I’ve been doing, and even with the exciting potential of smarter Web apps, games and complex animations, my absolute favorite thing about HTML5 isn’t complicated at all — that’s the point. HTML5 makes more sense than any other iteration of HTML, which makes it significantly easier for newcomers to grasp and way less annoying to use.

Of course, most of you will know that HTML5 isn’t news at all — its development has been entirely public from the beginning. Still, as we near its standardization, it’s worth watching closely (like heavy breathing behind your ear closely).

If you have been following this space, you’re bound to already know a few of the most press-worthy HTML elements out there, namely <canvas>, which can be used for complex animations and graphics, <video>, which works similarly to the <img> tag, allowing for natively embedded video without 3rd party plugins like Flash, and <audio>, which works just like <video>.

Beyond these three tags, HTML is undergoing some major structural improvements that essentially kill the ubiquitous use of the generic <div> tag. Of course divs will still exist, but instead of writing <div id=”nav”> you can simply write <nav>. The same goes for <header>, <article>, <footer> and more, making HTML quite a bit more human-readable.

Structure aside, HTML5 features elements like <details>, which allows you to “create an accordion-like widget that the user can toggle open and closed.” This means, as HTML5 Doctor notes, that Web designers will no longer have to rely on JavaScript to show and hide content — saving some serious time while potentially slimming down the page size as well.

While we wait, check out this complete set of HTML5 elements. You can also check out the official differences between HTML5 and HTML4. Are you excited yet?

Get the TNW newsletter

Get the most important tech news in your inbox each week.