Computer Science, asked by BikramjitSaha10, 1 year ago

How to insert a video in web page using HTML?

Answers

Answered by tinashemphisa
4

<video width="320" height="240" controls>

 <source src="movie.mp4" type="video/mp4">

 <source src="movie.ogg" type="video/ogg">

</dideo>

Similar questions