a) CACHE MANIFEST
b) CSS stylesheet
c) index.html
d) image address
Answer: a
Explanation: For offline access, there is a text file named cache manifest. It lists the resources of the browser. For enabling application cache for any app we must include manifest attribute inside an html tag of the document like <html manifest=”text.appcache”> this manifest should be included on every page that we want cached.
Related Posts
How many successors are generated in backtracking search?
When is breadth-first search is optimal?
How many types are available in uninformed search method?
Which search is implemented with an empty first-in-first-out queue?
Which search strategy is also called as blind search?
Which is the best way to go for Game playing problem?
Which search method takes less memory?
Join The Discussion