-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathiwt21.html
77 lines (61 loc) · 2.33 KB
/
iwt21.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<title>
Assignment2 Q1
</title>
<style>
a:link {
color: black;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: black;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: yellow;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<div style="background-image:url('f7.jpg'); width:100%; height:200%;">
<ul style="padding:30px;background-color:green;">
<li style="display:inline; padding:20px;font-size:20px;"><a href="iwt21.html"><b>HOME</b></a></li>
<li style="display:inline; padding:20px;font-size:20px;"><a href="iwt22.html"><b>MENU</b></a></li>
<li style="display:inline; padding:20px;font-size:20px;"><a href="iwt23.html"><b>BILLING</b></a></li>
<li style="display:inline; padding:20px;font-size:20px;"><a href="iwt31.html"><b>GO KOREA</b></a></li>
<li style="display:inline; padding:20px;font-size:20px;"><a href="iwt4.html"><b>SIGN IN</b></a></li>
</ul>
<div style="background-color:green; float:left; width:300px;height:100%;">
<ul>
<li style="font-size:30px;"><a href="iwt7.html" target="_blank" >About Us</a></li>
<hr style="color:black;border-style:solid;">
<li style="font-size:30px;"><a href="https://www.facebook.com/">Find Us on Facebook</a></li>
<hr style="color:black; border-style:solid;">
<li style="font-size:30px;">Contacts<br>9465164823, 0172-2424-666</li>
<hr style="color:black;border-style:solid; ">
<li style="font-size:30px;">Timings<br>10 AM - 11 PM</li>
<hr style="color:black;border-style:solid; ">
<a href="http://www.chinagrillrestaurant.com/new_york">
<img src="f9.jpg" alt="Oops!! Not Found" width="200px" height="200px">
</a>
<p style="font-size:20px;">Branch Of Chinese Grill<br>Click to Jump to the site</p>
</ul><br>
<br>
<marquee style="color:red;font-size:30px;background-color:white;">SPECIAL OFFER- GET 50% OFF ON THE ORDER OF 1500 AND ABOVE!</marquee>
</div>
<h1 style="text-align:center; font-size:500%;font-family:Broadway; padding:200px"><u>THE ATLANTIS</u></h1>
</div>
<div style="background-color:black; color:white;"><p style="text-align:center;">Copy rights reserved by: Arushi Sharma UE158023</p>
</div>
</body>
</html>