What is new in HTML 5



HTML is a markup language to build a web page and web applications, HTML 5 is the latest version of HTML.
HTML 5 has introduce a simplified doctype declaration,character encoding etc
HTML 5 has included some new Semantic element  
  1. header
  2. nav
  3. aside
  4. main
  5. article
  6. section
  7. footer
  8.  figure
  9. canvas
  10. svg
  11. video
Note: New elements are not supported by old browsers.
HTML 5 Introduce the five new API's
  1. GeoLocation
  2. Drag and Drop
  3. Web Storage (Local Storage and Session Storage)
  4. SSE(Server-Sent Event)
  5. Web workers
HTML 5 Introduce the new attributes for the element
  1. contenteditable
  2. data-* attribute
  3. draggable
  4. dropzone 
  5. spellcheck -  
  6. translate

Comments