What is HTML5 Web Storage? It is a simple client side database that allows the users to persist data in the form of key/value pairs . It has a fairly simple API to retrieve/write data into the local storage. It can store up to 10MB of data per domain.