Skip to main content

Posts

Showing posts with the label enable cache in HTML5

How to enable cache in HTML5?

Using   manifest   we can cache the file in   HTML5 . The manifest is a text file which used to decide the where the file is cache. These applies when the application cache is enabled. < !doctype   html > < html   manifest =”myManifesrTest.appCache”>    //TODO </ html > There are 4 sections of manifest to cache  the file. cache manifest : is cache the version information cache : it contain the html, css and jQuery file etc. network : its contain the network info fallback : it contain offline html