HTML 5 Examples

So, all these fancy new tags...

source: http://dev.w3.org/html5/html4-differences/#new-elements

Show Page Source
Show Notes

The first six elements allow for much better semantic markup. They will essentially replace all the standard <div id="header">. Generally a div is only needed now as an element to receive script output or as a CSS hook.

The audio tag will allow embedding of audio content directly in html with no intermediate plugin to play. Video will be able to do the same for video, but currently there is a format war being fought over Ogg Theora and H.264 (see: http://arstechnica.com/open-source/news/2009/07/decoding-the-html-5-video-codec-debate.ars)