HTML 5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML 5

1. Hello I could not understand the term Web Storage, I researched website, but the meaning is very difficult for a new learner to understand, please explain in simple words. 2. And also how can websites store data on a user's local computer? Who can explain it?

24th May 2018, 8:43 PM
Pavel
1 Answer
0
web storage enables faster loading of sites on client side (your computer) whenever you enter a web page url in your browser, you send a request of the page to a server. The server responds, sorts and then sends the page back to ur browser, this take some fractions of time. now the browser stores the data locally so that the next time u request for the same page, it loads faster because it doesn't wait for the server. See this link https://www.w3schools.com/html/html5_webstorage.asp
25th May 2018, 2:04 AM
E_E Mopho
E_E Mopho - avatar