Geolocation api in HTML5 gives the current position of web user. It gives the latitude and longitude for geographic position. : https://github.com/seecog/html5 API gives the …
Category: HTML5
HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and current major version of the HTML standard.
It was published in October 2014 by the World Wide Web Consortium (W3C) to improve the language with support for the latest multimedia, while keeping it both easily readable by humans and consistently understood by computers and devices such as web browsers, parsers, etc.
Git Repo : https://github.com/seecog/html5
Web Sql database https://github.com/seecog/html5 The web sql is the internal database for the browser. It is structural relational database at client side. The web sql …
With local storage, web applications can store data locally within the user’s browser. Before HTML5, application data had to be stored in cookies, included in …
he HTML <canvas> element is used to draw graphics, on the fly, via JavaScript. The <canvas> element is only a container for graphics. You must …
Before the introduction of HTML5, a video could only be played in a browser with a plug-in (like flash). The HTML5 <video> element specifies a …
In previous specifications of HTML, only one <h1> element was typically present on a page, used for the heading of the entire page. HTML5 specifies …
Web worker in long run brings the multithreading to the javascript. When executing any complex script in html page, the page became unresponsive . To …
The key features of HTML5 are : 1)Support for the embedded audio,video and canvas tags <video></video>,<audio></audio>,<canvas></canvas> 2)Introduction of some of new javascript services: a) geolocation …
HTML5 is mainly launched for delivering the rich web contents. ie : movies ,graphics etc . It completely a replacement for the Flash(extra plugin) It …