Basic Example of Html 5 cache

suggest change

this is our index.html file

<!DOCTYPE html>
<html manifest="index.appcache">
<body>
    <p>Content</p>
</body>
</html>

then we will create index.appcache file with below codes

CACHE MANIFEST
index.html

write those files that you want to be cached load index.html then go for offline mode and reload the tab

Note: The two files must be in the same folder in this example

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents