1.

Which line is mandatory in cache manifest file?(a) CACHE MANIFEST(b) CSS stylesheet(c) index.html(d) image addressI got this question during an online exam.Asked question is from Application Cache and Cache Manifest File topic in portion HTML Images & Web Page Files of HTML

Answer»

The correct choice is (a) CACHE MANIFEST

The best 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 this manifest should be included on every page that we want CACHED.



Discussion

No Comment Found

Related InterviewSolutions