embedded youtube html code example
Example 1: 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>
Example 2: 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>