What's new in HTML5 ?

     HTML5 - Hypertext Markup Language ( Version : 5 )

    HTML5 supports a lots of new rich feature's which were not supported by HTML. 
    

    Audio in webpage by using <audio> .. </audio> tags
  
    Video in webpage by using <video> .. </video> tags

    Graphs (dynamic) in webpage by using <canvas> .. </canvas> tags

    to name a few.

    HTML5 is still under development. 

    Most of the web-browser's like Google Chrome, Microsoft Internet Explorer, Mozilla FireFox are supports the features of HTML5.