What code do you use when posting a video | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What code do you use when posting a video

video

16th Mar 2017, 3:08 AM
Shane May Dasal
Shane May Dasal - avatar
2 Réponses
+ 3
Like a tutorial? or.. displaying a video on a webpage? in html you could use (for youtube) iframe: <iframe width="x" height="y" src="copyURL"> </iframe> source: https://www.w3schools.com/html/html_youtube.asp
16th Mar 2017, 4:22 AM
Rrestoring faith
Rrestoring faith - avatar
+ 1
there's also the <video src=""> tag if you have the direct link of a video.
16th Mar 2017, 5:40 AM
CHMD
CHMD - avatar