+ 2

How to put a video in the html ?

not a video link.

14th Jan 2017, 3:36 PM
Lorde A'xel
4 Answers
+ 11
<video src="url" type="video/mp4" controls>
14th Jan 2017, 3:37 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
HTML5: <video width="320" height="240" controls>   <source src="movie.mp4" type="video/mp4">   <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video> HTML4: <embed src="movie.mp4" autostart="false" height="30" width="144" />
14th Jan 2017, 6:54 PM
Caffeinated Gamer YT
Caffeinated Gamer YT - avatar
+ 1
ok
30th Jan 2017, 10:25 AM
Lorde A'xel
0
Ok
14th Jan 2017, 11:36 PM
Nicolas Guillermo Mercado
Nicolas Guillermo Mercado - avatar