We also had a discussion on the difference between HTML version 4.01 and HTML version 5.
HTML VERSION 4.01 | HTML VERSION 5 |
Audio and video are not part of html | Audio and video are internal part |
Vector graphics are possible with the help of technologies such as VML, Silverlight | Vector graphics are internal parts |
Browser cache can be used as temporary storage | Application Cache, Web SQL database and Web storage is available as client side storage. Accessible using JavaScript interface in HTML5 compliant browsers. |
Works with all old browser | Most modern browser have started supporting |
Does not allow JavaScript to run in browser. JS runs in same thread as browser interface. | Allows JavaScript to run in background. This is possible due to JS Web worker API in HTML5 |