Valid Web-Development-Applications Dumps shared by ExamDiscuss.com for Helping Passing Web-Development-Applications Exam! ExamDiscuss.com now offer the newest Web-Development-Applications exam dumps, the ExamDiscuss.com Web-Development-Applications exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Web-Development-Applications dumps with Test Engine here:
A file named application, Appchache contains the following content: Which attribute should a developer set to application. Appchache so the four files will be cached?
Correct Answer: C
To specify a cache manifest file for an HTML document, the manifest attribute must be set in the <html> element. This attribute tells the browser to cache the files listed in the manifest for offline use. * Cache Manifest: * Purpose: Specifies resources that should be cached by the browser. * Attribute: manifest is used in the <html> tag to link the cache manifest file. * Example: * Given the manifest file application.appcache: CACHE MANIFEST CACHE: default.html stylesheet.css functions.js logo.jpg * HTML with the manifest attribute: <html manifest="application.appcache"> </html> * References: * MDN Web Docs - Offline Web applications * W3C HTML5 Specification - manifest attribute