HTML 5 offline web applications
HTML 5 provides a new caching feature to support offline web applications. Basically, you can specify in a specific file called the “cache manifest” the caching policy to apply to a particular web page. To activate the HTML 5 caching feature for a specific document, you only need to specify the URI of the cache manifest file in the manifest attribute of the element.