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">
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 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