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

Video HTML5

Hello! Can anyone please tell me why this video does not work? Where was I wrong? I use Google Chrome. The video appears but when I press "play" nothing happens. <!DOCTYPE html> <html> <head> <title>First page</title> </head> <body> <video controls> <source src="https://www.youtube.com/watch?v=igulXNL1Kz0/video.mp4" type="video/mp4"> <source src="https://www.youtube.com/watch?v=igulXNL1Kz0/video.ogg" type="video/ogg"> Video is not supported by your browser </video> </body> </html>

21st Aug 2019, 1:24 PM
Alexandra Nistor
Alexandra Nistor - avatar
2 Answers
+ 9
Get the embed link and put it in an iframe https://code.sololearn.com/WAU2EoLzvrSp/?ref=app
21st Aug 2019, 1:38 PM
Gordon
Gordon - avatar
0
@Gordon Got it! Thanks!
23rd Aug 2019, 9:29 AM
Alexandra Nistor
Alexandra Nistor - avatar