Mastery Points
0
HTML5 Browser APIs (Deep) in html-css
Context & Logic
The browser is a full application platform. MAJOR APIS:
Technical Reference
GeolocationFetch user coordinates (requires permission).
LocalStorageKeep data after the browser closes (5MB limit).
SessionStorageData cleared when tab is closed.
IndexedDBClient-side database for complex querying.
Web HistoryManipulate URL without page refresh.
Interactive Workshop
Interactive Playground
Source HTMLMarkup
Source CSSStyle
Live Output Pane
Sync activeTailwind Core Loaded
Standard CSS Scope
Auto-Sync Preview
Modify the source above to see live changes. Supports standard CSS and Tailwind utility classes.
Test Your Knowledge
Assessment Mode1Which storage clears itself automatically when the tab is closed?