Popular Post: Html

HTML Video Tag

The video element is used to embed video (MP4 and OGG) in an HTML page. We can set attribute like play, pause, and volume.

HTML Audio Tag

The audio element is used to embed audio (MP3, WAV, and OGG) content in an HTML document without any additional plug-in like Flash player.

HTML Plug-ins

In html, We can use plug-in to extend the standard functionality of the HTML browser.

HTML Geolocation API

In HTML, The Geolocation is one of the best API is used to identify the users geographic location for the web application.

HTML Web Storage API

In HTML, Web Storage web applications can store data locally on the users computer. HTML web storage is better than cookies.

HTML Web Workers API

In HTML5, Web worker that is specifically designed to runs in the background of the web page without affecting the user Interface.