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 introduce a simplified doctype declaration,character encoding etc
HTML 5 has included some new Semantic element
- header
- nav
- aside
- main
- article
- section
- footer
- figure
- canvas
- svg
- video
Note: New elements are not supported by old browsers.
HTML 5 Introduce the five new API's- GeoLocation
- Drag and Drop
- Web Storage (Local Storage and Session Storage)
- SSE(Server-Sent Event)
- Web workers
HTML 5 Introduce the new attributes for the element
- contenteditable
- data-* attribute
- draggable
- dropzone
- spellcheck -
- translate
Comments
Post a Comment