-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
25 lines (23 loc) · 1.25 KB
/
video.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<div align="center" style="background-color: skyblue;">
<h1>Youtube channel video links for Learning <strong>HTML and CSS</strong></h1>
<h1>Tamil Hacks 2.0</h1>
<iframe width="1000" 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>
<h1>Logic First Tamil</h1>
<iframe width="1000" 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>
<br>
<br>
<h1>Error makes clever Academy</h1>
<iframe width="1000" height="515" src="https://www.youtube.com/embed/FYErehuSuuw?si=u2zF1mSDHJ14R2SD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</body>
</html>