Google News
logo
HTML5 - Interview Questions
What is an API and list the API's available in HTML5?
API (Application Programming Interfaces) in HTML5 is a way to build different applications using pre-built components. Developers can integrate the relevant features of existing APIs into their new websites.
 
The APIs in HTML5 are :

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