Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which line is mandatory in cache manifest file?

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.

Join The Discussion