-
Notifications
You must be signed in to change notification settings - Fork 400
/
video_embedding.html
19 lines (14 loc) · 1.45 KB
/
video_embedding.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Web Page</title>
</head>
<body>
<!--AUDIO embedding-->
My first Video <br><iframe width="560" height="315" src="https://www.youtube.com/embed/viXhG5Six6M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>RELATED VIDEOS <br><iframe width="560" height="315" src="https://www.youtube.com/embed/Es9ENnuLbuE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>RELATED VIDEOS <br><iframe width="560" height="315" src="https://www.youtube.com/embed/sk5sgsJ2XCg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>RELATED VIDEOS <br><iframe width="560" height="315" src="https://www.youtube.com/embed/wQKOy3GYMRE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>RELATED VIDEOS <br><iframe width="560" height="315" src="https://www.youtube.com/embed/jU5Cy1QDxIg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>RELATED VIDEOS <br><iframe width="560" height="315" src="https://www.youtube.com/embed/u1xaPW0R-y4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>