HTML5 offline web applications

HTML5 includes several features that address the challenge of building web apps that work offline. These features include SQL, offline app-caching APIs, online/offline events, status, and the localStorage API.

For more information about creating web apps that work offline, see the W3C document Offline Web Applications.