-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebsite.html
48 lines (48 loc) · 1.4 KB
/
Website.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
46
47
48
<html>
<head>
<title>First Link Trial</title>
</head>
<body bgcolor="green" link="black" vlink="blue">
<font face="arial" color="maroon">
<h2 align="center"> Website </h2>
</font>
<font face="arial">
<img src="IMG.png" height ="150" width="200" align="right">
_______________________________________________________________________________________________________________________________________________________________________
_______________________________________________________________________________________________________________________________________________________________________
_______________________________________________________________________________________________________________________________________________________________________
See Also :
<ul>
<li><a href ="one.html">London</a></li>
<li><a href ="two.html">New York</a></li>
<li><a href ="three.html>Washington D.C.</a></li>
<li><a href ="four.html>Tokyo</a></li>
</ul>
<table align ="center" border ="2" width="250">
<caption>Biography</caption>
<tr>
<td>1</td>
<td>Gamer</td>
</tr>
<tr>
<td>2</td>
<td>BackBencher</td>
</tr>
<tr>
<td>3</td>
<td>Learner</td>
</tr>
<tr>
<td>4</td>
<td>Bad Adviser</td>
</tr>
<tr>
<td>5</td>
<td>Gentleman</td>
</tr>
</table>
<font size="2"><center>For Further Enquiries & Reservations
A href ="[email protected]">
Contact Us </a></center>
</body>
</html>