An Intro to Web Storage in HTML5
Using the Web Storage feature of HTML5 requires a bit of JavaScript, but overall is easy to use, once you learn it’s limits and capabilities. Web Storage is kind of like a simple, NoSQL database. I say, “like a” because while it is very similar in some respects, it is also different in others. Web…