0
How to enter a video on html
how can i enter a video on html
2 ответов
0
<video controls>
<source src="thevideoyouwanttoinsert.mp4" type="video/mp4">
Video is not supported by your browser
</video>
0
If the video is on YouTube, you can click on "embed" right below the video and copy the code. That code will create a frame on your page and display the video using the YouTube player.