Computer Science, asked by diop23, 9 months ago

what is html5 web storage?​

Answers

Answered by Anonymous
17

Answer:

With HTML5 web storage, websites can store data on a user's local computer.

Before HTML5, we had to use JavaScript cookies to achieve this functionality.

Answered by amritaraj
0

Answer:

Explanation:

Web storage a provides a way for your web applications to store data locally within the user's browser.

Prior to HTML5, application data had to be stored in cookies.

... Simply put, web storage allows large amounts of application data to be be stored locally, without affecting your web application's performance

Similar questions