How do i insert the video url in the video tag | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How do i insert the video url in the video tag

Html

5th Aug 2020, 4:54 PM
Astrav
Astrav - avatar
2 Antworten
+ 1
<video width="320" height="240" controls>   <source src="movie.mp4" type="video/mp4"> </video> Try this code.
5th Aug 2020, 4:57 PM
Matias
Matias - avatar