xxxxxxxxxx
//make sure to replace the watch with embed
//and use the url exactly shown below
<iframe width="600" height="315" src="https://www.youtube.com/embed/YuAya0hRjwU"
frameborder="0" allowfullscreen></iframe>
</div>
xxxxxxxxxx
//first go to your video click on share ,and click on embed "<>" and then paste the
the code
<iframe width="560" height="315" src="https://www.youtube.com/embed/yXWw0_UfSFg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
xxxxxxxxxx
<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>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>Embedded YouTube Video</title>
</head>
<body>
<!-- Your video embedded code will go here -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe>
</body>
</html>
xxxxxxxxxx
//make sure to replace the watch with embed
//and use the url exactly shown below
<iframe width="600" height="315" src="https://www.youtube.com/embed/YuAya0hRjwU"
frameborder="0" allowfullscreen></iframe>
</div>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>Embedding YouTube Video</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe>
</body>
</html>