For structured storage (information organized in tables containing elements of the same type), HTML5 has IndexedDB.
Before IndexedDB, Web SQL Database was also used as part of HTML5, but that was deprecated in 2010.
The following screenshot shows an example of an indexed database stored by a web application and seen using the browser's developer tools:
![](assets/1c7eca04-fbb3-40a7-8325-a48d4fd6d0b8.png)