Can anybody tell me what is wrong with the video code and why is the video not working. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anybody tell me what is wrong with the video code and why is the video not working.

https://code.sololearn.com/WE51GVn36jfw/?ref=app

21st Aug 2023, 3:14 AM
AAISH
AAISH - avatar
1 Answer
+ 1
<video> tag is only for direct video files , You can't use <video> tag for youtube videos. Use <iframe> in your case-----> <iframe src = "https://youtube.com/embed/6N0cEFfZYxs" </iframe>
21st Aug 2023, 3:58 AM
Raju Adhikary
Raju Adhikary - avatar