-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp20.html
More file actions
28 lines (18 loc) · 1.15 KB
/
p20.html
File metadata and controls
28 lines (18 loc) · 1.15 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
<html>
<head>
<title>IFRAME</title>
</head>
<body>
<centre>
<h1>IFRAME..!</h1>
<P>Is used for nested browser purpose</P>
</centre>
<hr>
<h3>this is 10<sup>th</sup>PROGRAM...!</h3>
<hr>
<iframe src="p7.html" height="300" frameborder="0"></iframe>
<hr>
<iframe width="713" height="401" src="https://www.youtube.com/embed/PbPODDfgQMA" title="Emone Music Video | Deepthi Sunaina | Vinay Shanmukh | Vishal | Vijai Bulganin | Sampath | Aditi B" 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!1d3887.8782812102636!2d77.58849781408999!3d12.979636118215524!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae166dd8fee8b7%3A0xa3112775dc579453!2sVidhana%20Soudha%2C%20Ambedkar%20Veedhi%2C%20Sampangi%20Rama%20Nagar%2C%20Bengaluru%2C%20Karnataka%20560001!5e0!3m2!1sen!2sin!4v1674133132730!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</body>
</html>