1.

What is an API and list the API's available in HTML5?

Answer»

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


Discussion

No Comment Found