The HTML5 provides <video> element that specifies a standard way to play video in a web page.So we can play video without using any third party software like flash .
HTML% Video Player
In this post we discuss about controls of the play video.
We can use some controls like play / pause video,play video in big / small screen.
<!DOCTYPE html>
<html>
<title>HTML 5 Video Player</title>
<body>
<div style="text-align:center&#...