2022-10-06 19:05:33 +02:00
|
|
|
<!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"
|
2022-10-17 16:00:58 +02:00
|
|
|
width="560" height="315" frameborder="0" allowfullscreen
|
|
|
|
class="embed-youtube"></iframe>
|
2022-10-06 19:05:33 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|