Can I embed HTML5 video from YouTube using the <video> -tag?

I want to embed a YouTube video on my webpage and I want to use it with a tag <video>.

How can i do this?

+3
source share
1 answer

I suggest you take a look at http://www.youtube.com/html5 and take part in the BETA test. Then you can watch how YouTube works with HTML5 and video. I am sure that you can find answers to your questions by looking at the source code a bit :) I will do this too: D

+1
source

Source: https://habr.com/ru/post/1796142/


All Articles