HTML5 offline storage limit

HTML5 offline storage is a more advanced version of what is typically known as today as cookies. With offline storage, web developers can store per-session or domain-specific data as name/value pairs on the client using Web Storage.HTML5 offline storage limit is of 5 MB in most modern browsers with exception of IE 8 and IE 9 which allows HTML5 storage limit up to 10 MB.