Answers

Question and Answer:

  Home  HTML5

⟩ HOW DO YOU PLAY A VIDEO USING HTML5?

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>

 161 views

More Questions for you: