logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is a Manifest file?


  • Correct Answer
  • A Manifest file is a simple text file that tells the browser what to cache and what not to cache There are three sections of a Manifest file: i) CACHE MANIFEST - Files listed here are cached after they are downloaded for the first time ii) NETWORK - Files listed here require a connection to the server, and are never cached iii) FALLBACK - Files listed here specify fallback pages if a page is inaccessible 


  • Technology problems


    Search Results


    • 1. What is the concept of Application Cache in HTML5? What are its advantages?
    • Discuss
    • 2. Differentiate between localStorage and sessionStorage objects.
    • Discuss
    • 3. What is HTML5 Web Storage?
    • Discuss
    • 4. What is a Canvas?
    • Discuss
    • 5. What is SVG?
    • Discuss
    • 6. What is a Web Worker?
    • Discuss
    • 7. Which JavaScript objects are not accessible to web worker?
    • Discuss
    • 8. What are the new attributes provided in HTML5 for "form" tag ?
    • Discuss
    • 9. Can HTML 5 get the geographical position of a user?
    • Discuss
    • 10. HTML 5 provides drag and drop facility. How do you make an image draggable?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment