forked from Mazid001/Assignments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc.html
More file actions
34 lines (29 loc) · 798 Bytes
/
c.html
File metadata and controls
34 lines (29 loc) · 798 Bytes
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
<!DOCTYPE html>
<html>
<head> </head>
<body>
<table width="800" border="0" align="center" cellpadding="5">
<tr>
<td colspan="2"><b>Contact Details</b><hr/></td>
</tr>
<tr>
<td align="right" valign="top">Address:</td>
<td>House: X,Road No:13,</br>
Nikunja-2,Khilkhet,</br>
Dhaka - 1229</td>
</tr>
<tr>
<td align="right" valign="top">Phone Number:</td>
<td>Mobile-01935504204</td>
</tr>
<tr>
<td align="right">Email Address:</td>
<td>sm.mazid007@gmail.com</td>
</tr>
<tr>
<td align="right">Facebook Profile:</td>
<td><a href="https://www.facebook.com/profile.php?id=100010771039675">Profile(Mazid Ul Haque)</a></td>
</tr>
</table>
</body>
</html>