Video | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Video

how can i make a <video controls> and then with a video link from youtube?

18th May 2017, 10:14 PM
TrueJu
TrueJu - avatar
3 Answers
+ 13
<iframe width="560" height="315" src="https://www.youtube.com/embed/vzYYW8V3Ibc" frameborder="0" allowfullscreen></iframe> Youtube provides an embed code to paste in your HTML, the embed code provides a video control. Shares > Embed code > Copy and Paste (My yotube is in italian language, but should be something like this) [ EDIT ] - Thank you @Hasan for correction. ^^
18th May 2017, 10:39 PM
Maz
Maz - avatar
+ 3
@maz iframe support in html5 but some iframe attributes aren't supported in html5.
18th May 2017, 10:55 PM
Hasan Misbah
Hasan Misbah - avatar
+ 3
thank you it works great
19th May 2017, 10:02 AM
TrueJu
TrueJu - avatar