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:
Which HTML segment should a developer use to enable the Offline AppCache application programming interface (API)?
Correct Answer: D
> "To enable the AppCache feature, a `manifest` attribute must be specified in the opening `<html>` tag." > > Example: ```html <html manifest="date.appcache"> ``` > Note: Although AppCache is deprecated in favor of service workers, this was the correct method in older HTML5 standards. References: * HTML5 Specification (Deprecated): Application Cache * MDN Web Docs: Using the application cache ---