How to enter a video on html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to enter a video on html

how can i enter a video on html

29th Sep 2016, 6:10 PM
GIDEON EDMUND MKWAWA
GIDEON EDMUND MKWAWA - avatar
2 Answers
0
<video controls> <source src="thevideoyouwanttoinsert.mp4" type="video/mp4"> Video is not supported by your browser </video>
29th Sep 2016, 6:50 PM
Clem
Clem - avatar
0
If the video is on YouTube, you can click on "embed" right below the video and copy the code. That code will create a frame on your page and display the video using the YouTube player.
29th Sep 2016, 8:38 PM
Scotti
Scotti - avatar