-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVideo.html
18 lines (18 loc) · 915 Bytes
/
Video.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Iframe tag example</title>
</head>
<body>
<div align="center" style="background-color: lightgrey;">
<h1>HOW TO CREATE YOUTUBE CHANNEL VIEDO LINK IN HTML?</h1>
<br>
<iframe width="800" height="515" src="https://www.youtube.com/embed/OQ2448utWIE?si=8AAe-SoHeSORzFWO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<br>
<br>
<iframe width="800" height="515" src="https://www.youtube.com/embed/Bn_J_NrqbM4?si=26-RudSWLuv85_mY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</body>
</html>