HOW DO YOU PLAY A VIDEO USING HTML5?

Submitted by: Administrator
We can display video using the tag as shown below:

<video width=“320″ height=“240″ controls=“controls”>
<source src=“test.mp4″ type=“video/mp4″ />
</video>
Submitted by: Administrator

Read Online HTML5 Job Interview Questions And Answers