Storage, History, and Browser State
| Feature | Use |
|---|
| History API | Navigation state |
| Local storage | Persistent client-side data |
| Session storage | Per-tab temporary data |
These are not HTML tags, but they interact directly with how HTML pages behave.
What's Next