How to insert video in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to insert video in HTML?

4th Feb 2017, 12:24 PM
Sanjay Pawar
Sanjay Pawar - avatar
4 Answers
+ 10
<video src="source" controls>
4th Feb 2017, 12:25 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
Sometimes, you want to be old browsers compatible or simply to have the choice between old and html5 way to do it: http://html5doctor.com/the-video-element/ https://www.sitepoint.com/html5-video-vs-html-video/
4th Feb 2017, 2:23 PM
visph
visph - avatar
+ 1
thanks. friends
4th Feb 2017, 12:45 PM
Sanjay Pawar
Sanjay Pawar - avatar
0
<Video>
4th Feb 2017, 12:42 PM
Mukesh Soni
Mukesh Soni - avatar