InterviewSolution
Saved Bookmarks
| 1. |
What is a manifest file in HTML? |
|
Answer» In HTML 5, the manifest file is a normal text file used for LISTING resources in the browser which are to be cached for OFFLINE ACCESS. It ALSO helps in LOADING resources faster and reducing server load time. |
|