The HTML5 working group doesn’t do PR. This became evident last year in the negative blog posts after Ian Hickson (lead editor) set 2022 as the target date for a final proposed recommendation. Unfortunately, this was misenterpreted as the date HTML5 would be ready for use, which isn’t true at all. Web specifications have a notoriously slow moving approval process, where drafts are proposed and discussed over many years. However, as CSS2.1 has shown, the technology can be used well before final approval is reached.
Since the HTML5 specification is subject to change and is lacking support in IE, I wouldn’t recommend getting too carried away with things, but it’s worth learning the basics and knowing the useful elements. The HTML5 glossary is a good place to start.
<!doctype html>
You need to use the HTML5 shiv technique (outlined in this earlier post) which consists of a Javascript snippet that enables HTML5 element styling in IE. The main thing to remember before you get started, is that there is currently no way to style nested HTML5 elements in IE – quite a major restriction – but this shouldn’t stop you from getting started with HTML5-inspired layouts.
Using the minimal HTML5 doctype (<!doctype html>) you can validate as-you-go with the W3 validator.
Talking of inspiration, that’s the next step – check out the sites already experimenting with HTML5, there are some nice real-world examples showcased in the HTML5 gallery
Tags: html5
Home

Nice article! I did a search for ‘learning html5′ & you were 4th in Google.
Say hello to the guys for me please!
Sharry