Social Icons

Monday, 13 April 2015

Introduction to HTML 5

HTML 5

In the Html(hypertext markup language) 5 the declaration of header file <!DOCTYPE html> should be very simple as compared to the Xhtml.


The Char encoding in meta tag should be very simple.

<meta charset="utf-8">

The most interesting new elements are:

New semantic elements like <header>, <footer>, <article>, and <section>.
New form control attributes like number, date, time, calendar, and range.
New graphic elements: <svg> and <canvas>.
New multimedia elements: <audio> and <video>.

New API's Introduced.

  • HTML Geolocation
  • HTML Drag and Drop
  • HTML Local Storage
  • HTML Application Cache
  • HTML Web Workers
  • HTML SSE

No comments:

Post a Comment