Answers for "add a video in html"

8

how to embed videos in html

<iframe src="example.mp4" width="100px" height="100px"></iframe>
Posted by: Guest on May-06-2020
1

how to add a youtube video in html

<!-- 1. Find a YouTube video and copy the embedded code
	 2. Set width and height -->
<iframe width="420" height="345" 
src="https://www.youtube.com/embed/Ly0jsIg6mKs">
</iframe>
Posted by: Guest on September-16-2020

Browse Popular Code Answers by Language