0
Can anybody tell me what is wrong with the video code and why is the video not working.
1 Réponse
+ 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>