-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.html
45 lines (40 loc) · 1.52 KB
/
location.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
38
39
40
41
42
43
44
45
<!DOCTYPE HTML>
<html>
<head>
<title>LOCATION</title>
<style>
table,th,td{
border:3px solid black;
border-collapse:collapse;
align:center;
background-color:#fefad4;
margin-top:8%;
}
th,td{
padding:15px;
text-align:center;
}
</style>
<link rel="stylesheet" href="styles.css">
</head>
<body style="background-color:#8fb9a8">
<div class="navbar">
<a href="home.html">HOME</a>
<a href="self.html">ABOUT ME</a>
<a class="active" href="location.html">LOCATION</a>
<a href="qualification.html">QUALIFICATION</a>
<a href="courses.html">SUBJECT</a>
<a href="tags.html">HTML TAGS</a>
</div>
<table align="center" >
<tr>
<td>LOCATION</td>
<td>295,GANGA HOSTEL MNIT JAIPUR</td>
<tr>
<tr>
<td>MAP</td>
<td><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3559.235405050621!2d75.81403681499692!3d26.864260983148466!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db67a8e68d33f%3A0x1023bdda2b9cf1ff!2sGanga%20hostel!5e0!3m2!1sen!2sin!4v1581869272238!5m2!1sen!2sin" width="580" height="500" frameborder="0" style="border:0;" allowfullscreen=""></iframe></td>
</tr>
</table>
</body>
</html>