How to play a video file in HTML 5

Vivek.Ramapuram
Posted by Vivek.Ramapuram under HTML 5 category on | Points: 40 | Views : 1394
Here is the simple code to play a video in the web page

<video src=".............." height="250" width="500">Video is not supported</video> 


Src is source code of the video file

Comments or Responses

Login to post response