Embed youtube example

This commit is contained in:
Umme Habiba Qadri 2022-10-06 22:35:33 +05:30
parent c062388fce
commit bb7c10144f
2 changed files with 28 additions and 0 deletions

24
iframe/index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>HTML Tips and Tricks - Meter</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="https://fonts.googleapis.com/css2?family=Chilanka&display=swap" rel="stylesheet">
<link rel='stylesheet' type='text/css' media='screen' href='../main.css'>
</head>
<body>
<div class="demo">
<a href="../index.html" class="home">
<img src="../home.svg" alt="home" />
</a>
<h1>Iframe Tag</h1>
<iframe src="https://www.youtube.com/embed/tgbNymZ7vqY"
width="560" height="315" boder="1" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>

View File

@ -87,6 +87,10 @@
<a href='./dialog/index.html'>
Dialog</a> - Display a Modal Dialog
</li>
<li>
<a href='./iframe/index.html'>
Iframe</a> - Embed YouTube Videos
</li>
</ul>
</div>
</body>