Answers for "embedded youtube html"

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
0

html inbed youtube

Search up "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
#real code
<body>
<iframe width="420" height="345" 
src="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
</iframe>
</body>
Posted by: Guest on April-20-2021
2

HOW TO USE A video on a html website from youtube

<iframe width="560" height="315" src="https://www.youtube.com/embed/thatthingonvideourl" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Posted by: Guest on September-22-2020

Code answers related to "embedded youtube html"

Browse Popular Code Answers by Language