Question:What is the function of manifest attribute of HTML element?
Answer
The application cache manifest lists the files an application needs to operate when disconnected the network. The browser saves a copy of the files when we access the site online.
Syntax : <html manifest= “myapplication.manifest”>
+ Report
What is the function of manifest attribute of HTML element?