How to embed a video in html by giving direct url from YOUTUBE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to embed a video in html by giving direct url from YOUTUBE

2nd Jun 2018, 12:30 PM
Indra
Indra - avatar
3 Answers
2nd Jun 2018, 12:52 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 4
you can use <iframe> tag like <iframe src="url" width=" " height=" " frameborder=" " allowfullscreen></iframe>. Or you can also use <video> tag like <video src="movie.mp4" controls></video>. Thanks
2nd Jun 2018, 12:45 PM
Random
Random - avatar