HTML Video | HTML5 Video Source | HTML Video Tutorial by WDH

HTML Video


Define :

All of the mobile platforms do not support flash player nowadays it is the solution to these problems how do we let users play video files on any platform without depending on plugins.

Video tag that almost all modern browsers of almost all platforms support.

Video tag users can play video files without installing any plugins because videos are directly played by the browsers hence need not depend on plugins.  

Autoplay

We want to automatically play the video.

Output :

Autostart

I want to set the embed tag attribute to autostart and that the video should not get played automatically.

Output :

Control

We can use to play pause so many things we can perform we can control the audio level and sound level.

Add controls to the video tag we use an attribute called controls.

Output :