Which is the storage that allows the caching of web pages and their associated resources?

A Offline Web Applications
B Cookies
C Web Databases
D FileSystem API

Correct Answer: Offline Web Applications

HTML5 defines an “Offline Web Applications” API that allows the caching of web pages and their associated resources (scripts, CSS files, images, and so on). This is client-side storage for web applications themselves rather than just their data, and it allows web apps to install themselves so that they are available even when there is no connection to the Internet.

Related Questions

How many pages of book X did Mohsin read on Sunday ? Statements : 1. The book has 300 pages out of which two -thirds were read by him before Sunday . 2. Robert read the last 40 pages of the book on the morning of Monday?

Next steps