Web Development & Design Foundations with HTML5

Skip to Content 8th Edition

Web Storage Example

Tap or click the button to see the counter increase.

If you close the browser tab (or window) and display the page again, the first counter (localStorage) will continue, but the second counter (sessionStorage) will be reset.