Using LocalStorage Objects vs Web SQL Database in HTML5
In the early age of HTML5, application data was stored in cookies & included in every server request. Compare to Cookies with web storage, web…
In the early age of HTML5, application data was stored in cookies & included in every server request. Compare to Cookies with web storage, web…
You must noticed about the execution of JavaScript in a HTML page. Unless until the execution get finish page act like unresponsive. Some time it…
As we know HTML5 is rich with media elements. Using HTML5 media elements we can easily embed any Audio or Video to our web pages….
HTML5 is the 5th Revision of Hypertext Markup Language. By simply adding to our HTML file we can instruct the browser that this file is…