tags:

views:

83

answers:

4

Can anybody tell me a good tutorials for learning html5. a tutorial which is explaining the new features and the things droped etc. my sister is in 9th standard and knows html4. So i want to tell her a guide for html5. Any suggestions?

+1  A: 
Jason
+1 for Dive into HTML5. By far the best HTML5 introduction for people already well versed in HTML 4.01 and/or XHTML.
You
A: 

W3C guide is pretty long but very thorough http://www.w3.org/TR/html5-diff/

Steven
+6  A: 

Tutorials:

Demos: http://html5demos.com/

MrOhad
+1 http://slides.html5rocks.com/ rocks! you go over the slides grasp HTML5 and smile :)
WSimpleGuy
A: 

I learn by looking at what others have created, heres a nice HTML5 boiler plate setup http://html5boilerplate.com/

Cbox