Quiz on HTML Web Storage



1. What are the two types of web storage in HTML?
2. What is the maximum size limit for Local Storage?
3. Which storage type is specific to a single session?
4. How can you access Local Storage in JavaScript?
5. What happens to the data stored in Session Storage when the browser is closed?

Advertisements