views:

203

answers:

3

Are there any good tutorials or resources online for learning HTML5? I already know HTML I am just looking to learn about the other things in HTML5.

Thanks in advance!

+4  A: 

This is my personal favorite: http://diveintohtml5.org/

This one is also good: http://apirocks.com/html5/html5.html#slide1

The first is purely HTML5, the second wraps HTML5, CSS3, and the new JS API into one presentation, but that's pretty awesome too.

RussellUresti
If I could vote this up 100 times I would! The second one is freaking perfect! Thanks a bunch!
Mark Szymanski
A: 

From a learners prospective, I've got to say the easiest and most comprehensible for me was the W3school's HTML5 Reference.

Babiker
A: 

If you need to know what you can do with HTML5 and CSS3 you can take a look on Apple's HTML5 demo.

Felix Guerrero