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, themanifestattribute 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:manifestis used in the<html>tag to link the cache manifest file. * Example: * Given the manifest fileapplication.appcache: CACHE MANIFEST CACHE: default.html stylesheet.css functions.js logo.jpg * HTML with themanifestattribute: <html manifest="application.appcache"> </html> : MDN Web Docs - Offline Web applications W3C HTML5 Specification -manifestattribute