-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyoutube.html
More file actions
32 lines (29 loc) · 1.08 KB
/
youtube.html
File metadata and controls
32 lines (29 loc) · 1.08 KB
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
26
27
28
29
30
31
32
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Site</title>
</head>
<body>
<header>
<a href="index.html">Go to Homepage</a>
<h1>My Site</h1>
</header>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FNGoExJlLQY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<small>#omkar #html #markuplanguage</small>
<h2>HTML5 course in 1 hour</h2>
<h5>12,322 views</h5>
<hr>
<div>
<img src="https://yt3.ggpht.com/ytc/AMLnZu_GS4vuibuZjr4ZBgVr97RrriUQrrhqeyWQWqMYfQ=s48-c-k-c0x00ffffff-no-rj" alt="CP"><br>
<strong><small>Omkar's Youtube</small></strong><br>
<small>Premiered on 15 Aug 2022</small>
</div>
<hr>
<footer>
<p style="text-align: center;">Omkar ™ | 2022 ©</p>
</footer>
</body>
</html>