Website Developer Question:

Tell me what Is HTML5 Web Storage?

Tweet Share WhatsApp

Answer:

HTML5 brought this new ability to store web pages within the browser cache. This web storage is not only faster than the cookies but secured too. It is capable of storing a large amount of data without compromising the performance of the website.

Also, note that the cached data is not must for every server request. Instead, it gets utilized only when the page asks for it. And only the web page which gets the data stored can access it.

Download Website Developer PDF Read All 80 Website Developer Questions
Previous QuestionNext Question
Tell us what Is Difference Between <Window.Onload> And <OnDocumentReady>?Tell us what web browser do you use?