A HTML document with a cache manifest (for offline browsing):
![]()
The manifest attribute is supported in Internet Explorer 10, Firefox, Opera, Chrome, and Safari.
Note: Internet Explorer 9 and earlier versions, do not support the manifest attribute.
The manifest attribute specifies the location of the document's cache manifest.
HTML5 introduces application cache, which means that a web application is cached, and accessible without an internet connection.
Application cache gives an application three advantages:
The manifest attribute should be included on every page of your web application that you want cached.
The manifest file is a simple text file that lists the resources the browser should cache for offline access.
To learn more about how to create the manifest file, please read our HTML5 Application Cache chapter.
The manifest attribute is new in HTML5.
| Value | Description |
|---|---|
| URL | The address of the document's cache manifest. Possible values:
|
HTML <html> tag
Your message has been sent to W3Schools.