-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
37 lines (34 loc) · 1.31 KB
/
test.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
26
27
28
29
30
31
32
33
34
35
36
37
<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>Document</title>
<style>
.first-p{
font-size: 12px;
color: red;
}
#second-p{
font-size: 18px;
color: blue;
}
#youtube-video{
margin-left: 100px;
}
</style>
</head>
<body>
<!-- <p class="first-p">
This is my first paragraph
</p>
<h1 class="first-p">
This is heading
</h1>
<h5 id="second-p">
This is heading 5
</h5> -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.9755247541807!2d85.31695691548185!3d27.687151332985056!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1915379160cb%3A0xf0a4dfe9328416d2!2shimal%20signage!5e0!3m2!1sen!2snp!4v1621995816890!5m2!1sen!2snp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<iframe id="youtube-video" width="560" height="315" src="https://www.youtube.com/embed/XBGAtvldjqM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>