HTML Developer Question:
Download Questions PDF

Tell us what are two types of Web Storage in HTML5?

HTML Developer Interview Question
HTML Developer Interview Question

Answer:

Two storage types of HTML5 are:

☛ Session Storage:
It stores data of current session only. It means that the data stored in session storage clears automatically when the browser is closed.

☛ Local Storage:
Local storage is another type of HTML5 Web Storage. In local storage, data is not deleted automatically when the current browser window is closed.

Download HTML Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain when is it appropriate to use frames?Tell me what happens if you open the external CSS file in a browser?