What is the code for inserting video in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What is the code for inserting video in HTML

15th Nov 2017, 10:05 AM
Devesh Kumar
Devesh Kumar - avatar
5 Answers
+ 4
<video src="file name.extension" controls > </video> if you want to autoplay use autoplay attribute also
16th Nov 2017, 12:00 AM
Thirumurugan C
Thirumurugan C - avatar
+ 9
<video>
15th Nov 2017, 10:14 AM
qwerty
qwerty - avatar
+ 5
welcome @Devesh Kumar
16th Nov 2017, 2:41 PM
Thirumurugan C
Thirumurugan C - avatar
+ 2
Look in the HTML course, chapter HTML5 → The Video Element.
15th Nov 2017, 10:10 AM
Ipang
+ 1
thanks for your help
16th Nov 2017, 11:56 AM
Devesh Kumar
Devesh Kumar - avatar