Vidyalelo
JavaScript · Q162

Document Object Model And Event Handling

Programming · JavaScript · question 162

Q162

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

A.
Web Databases
B.
FileSystem API
C.
Offline Web Applications
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
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.