in this video we have learn about local storage api in html and javascript.
local storage and session storage.
Local Storage : stores data with no expiration date
Session Storage: stores data for one session (data is lost when the browser tab is closed)
#localstorage #sessionstorage #htmlapi