Correct Answer: - Yes, HTML 5 can get the location of a user with the use of Geolocation API - Use getCurrentPosition() method to get the user?s current position
3. What are the new attributes provided in HTML5 for "form" tag ?
Correct Answer: - A web worker is a JavaScript which runs in the background It exists in external files - It is independent of other scripts and does not affect the performance of the page - Web workers are usually used for CPU intensive tasks
6. What are meta tags used for?
Options
A. To store information usually relevant to browsers and search engines
B. To only store information usually relevant to browsers