Hi
Can anyone tell me what is the unique feature of HTML5?
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Aug 2, 2011, 12:43 AM
Video elements: Designers can now build web pages without having to resort to third-party proprietary plug-in software like Flash. YouTube is experimenting with using HTML 5 to display video. Built in video controls makes the feature more attractive and easy to use.
Application cache: On the lines of Outlook but minus the email client requirement, you can now store web apps much like emails locally. Google has already made use of this feature replacing its Google Gears mail client with HTML 5. Google Wave also usesHTML 5
Canvas for Images: The canvas element that comes with HTML 5 lets you manipulate graphics and photos enabling easy rendering of images. Designers no longer need to use intermediate technologies like jQuery. This will help save development time and effort.
Geolocation: The HTML5 Geolocation feature enables location identification using various geo location technologies GPS (Global Positioning system), IP address, RFID (Radio frequency ID), Wi-Fi , Bluetooth MAC address and GSM/CDMA cell IDs. The system is bound by privacy regulations and needs to be authorized by individuals before it can be utilized.
Web workers: This feature enables a web application to execute complex tasks independently without interfering with the performance of a webpage in real-time.
Refer this LINK