- 2
What is the code for inserting video in HTML
6 odpowiedzi
+ 4
<video src="file name.extension" controls >
</video>
if you want to autoplay use autoplay attribute also
+ 9
<video>
+ 5
welcome @Devesh Kumar
+ 2
Look in the HTML course, chapter HTML5 → The Video Element.
+ 1
thanks for your help