-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path13_iframe.html
More file actions
24 lines (19 loc) · 1.09 KB
/
13_iframe.html
File metadata and controls
24 lines (19 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iframe</title>
</head>
<body>
<!-- <h1>iframe tag</h1>
<iframe src="https://en.wikipedia.org/wiki/Jawan_(film)" width="50%" height="250px"></iframe> -->
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/kOyVnP3ZmXk?si=CZnna9e_7yKOP18a&start=1"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d248849.56659285276!2d77.46612552234207!
3d12.954280236985355!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae1670c9b44e6d%3A0xf8dfc3e8517e4fe0!
2sBengaluru%2C%20Karnataka!5e0!3m2!1sen!2sin!4v1701092314754!5m2!1sen!2sin" width="600" height="450"
style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</body>
</html>