✏️ Explanatory Question

What is the Application Cache in HTML5 and why it is used?

👁 699 Views
📘 Detailed Answer
699
Total Views
6
Related Qs
0%
Progress
💡

Answer with Explanation

The Application Cache concept means that a web application is cached. It can be accessed without the need for an internet connection.

Some advantages of Application Cache:

  1. Offline browsing – Web users can also use the application when they are offline.
  2. Speed – Cached resources load quicker
  3. Reduce the server load – The web browser will only download updated resources from the server.