How do i insert the video url in the video tag | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How do i insert the video url in the video tag

Html

5th Aug 2020, 4:54 PM
Astrav
Astrav - avatar
2 Respostas
+ 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