HTML5 Tutorial

HTML5 Tutorial Overview

HTML5 is advanced version of HTML it contains new features like geolocation, drag and drop, audio and video,etc… along with html features. To use HTML5 in our applications we need to define document type like <!DOCTYPE html> and character encoding tag will be like this <meta charset="UTF-8">.

 

In html5 tutorial we covered complete topics from basic to advanced level those are 

 

  • HTML5 Geolocations
  • HTML5 Audio & Video
  • HTML5 Canvas
  • HTML5 Drag and Drop
  • HTML5 Web Workers
  • HTML SVG
  • HTML WebSocket
  • HTML Microdata… and many more topics in HTML5

Audience

HTML5 tutorial is targeted for beginners as well as experienced people who is having basic knowledge to implement web applications using HTML. In html5 tutorial we covered all topics from basic to advanced level which will give clear idea how to use html5 in your applications with live examples.

Prerequisites

Before proceed with html5 tutorial you should have basic knowledge to implement web applications using html because HTML5 is latest version of HTML it contains new features along with html controlls. If you are not aware of using html in web applications check our HTML tutorial it will give clear idea how to implement web applications using HTML.