InterviewSolution
Saved Bookmarks
| 1. |
What is html5 web storage? |
|
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. |
|