Computer Science, asked by tomarlalit5161, 1 year ago

When creating the manifest file and ensuring that the manifest attribute is correct, which choice shows the correct text for the first line of text?

Answers

Answered by bhagyashreechowdhury
2

Answer:

CACHE MANIFEST  shows the correct text for the first line of text.

Explanation:

An important concept of the Web application is, caching. This allows certain content of the website available, even if there is an interruption in the network.  The caching can be done in two forms: Data Caching and Application Caching.

In Application Caching, the file which defines the content to be available offline is called the Manifest File and is defined by starting the file with the keyword 'CACHE MANIFEST'.

The manifest files have the following three sections:  

1. Cache: This section contains the list of web pages and media content which should be cached so that they are available offline.  

2. Fallback: This section contains the web page which should be displayed when an uncached page is being accessed offline

3. Network: This section contains the web pages which should never be cached.

Similar questions