-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtra-Markup2.html
More file actions
53 lines (42 loc) · 1.35 KB
/
Extra-Markup2.html
File metadata and controls
53 lines (42 loc) · 1.35 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title> </title>
</head>
<body>
<h1> IoBM - Contact US </h1>
<table>
<tr>
<td width="120"> <strong> Location : </strong> </td>
<td> Korangi Creek, Karchi-75190, Pakistan </td>
</tr>
<br/>
<tr>
<td width="120"> <strong> U.A.N : </strong> </td>
<td> (+92-21) 111-002-004 </td>
</tr>
<br/>
<tr>
<td width="120"> <strong> Tel : </strong> </td>
<td> (+92-21) 3509-0961-67 </td>
</tr>
<br/>
<tr>
<td width="120"> <strong> Fax : </strong> </td>
<td> (+92-21) 3509-0968 </td>
</tr>
<br/>
<tr>
<td width="120"> <strong> Email : </strong> </td>
<td>
<a href="mailto:iobm@iobm.edu.pk"> iobm@iobm.edu.pk </a>
</td>
</tr>
</table>
<iframe width="35%" height="400" src="http://maps.google.co.uk/maps?q=moma+new+york
&output=embed">
</iframe>
<p> © 2014 Google - Map Data
</p>
</body>
</html>