-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
290 lines (250 loc) · 7.7 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<HTML>
<head>
<style>
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #00008B;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0, 2);
padding: 12px 16px
color: "white";
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
<title> MyCart </title>
</head>
<body bgcolor="#F1F3F6">
<table border = "0" width = "100%" bgcolor = "#00008B">
<tr>
<td align="right"><img src = "images\MyCart.png.jfif"></td>
<td><input type = "text" placeholder = "Search for products, brands & more"></td>
<th><font color="white">Login & Signup</font></th>
<th><font color="white">More</font></th>
<td><img src = "images/cart.PNG"></td>
</tr>
</table>
<table border = "0" width = "100%" bgcolor = "white" height = "8%">
<tr>
<th width="12.5">
<div class = "dropdown">
<span>Electronics</span>
<div class="dropdown-content">
<p><font color="white">Charger</font></p>
<p><font color="white">Laptops</font></p>
<p><font color="white">Tablets</font></p>
<p><font color="white">Mobiles</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
<span>TV & Appliances</span>
<div class="dropdown-content">
<p><font color="white">Music Player</font></p>
<p><font color="white">Remote</font></p>
<p><font color="white">Speakers</font></p>
<p><font color="white">TV</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
</span>Men<span>
<div class="dropdown-content">
<p><font color="white">Shoes</font></p>
<p><font color="white">T-shirt</font></p>
<p><font color="white">Blazers</font></p>
<p><font color="white">Formal Pants</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
<span>Women</span>
<div class="dropdown-content">
<p><font color="white">Necklace</font></p>
<p><font color="white">Shoes</font></p>
<p><font color="white">Makeup Kit</font></p>
<p><font color="white">Sarees</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
<span>Baby & Kids</span>
<div class="dropdown-content">
<p><font color="white">Teddy</font></p>
<p><font color="white">Doll</font></p>
<p><font color="white">Remote Cars</font></p>
<p><font color="white">Pencil Colors</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
<span>Home & Furniture</span>
<div class="dropdown-content">
<p><font color="white">Table</font></p>
<p><font color="white">Chair</font></p>
<p><font color="white">Cushion</font></p>
<p><font color="white">Bed</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
<span>Sports, Books & More</span>
<div class="dropdown-content">
<p><font color="white">Bats</font></p>
<p><font color="white">Books & Novels</font></p>
<p><font color="white">Ball</font></p>
<p><font color="white">Gloves & Pads</font></p>
</th>
<th width="12.5">
<div class = "dropdown">
<span>Offers</span>
<div class="dropdown-content">
<p><font color="white">Special Offers</font></p>
<p><font color="white">Offers on Electonics</font></p>
<p><font color="white"> Offers on Household</font></p>
<p><font color="white">Offers on Ladies Fashion</font></p>
</th>
</tr>
</table>
<img src = "images\banner1.jpg" width = "100%" height = "46%">
<br><br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>School Bags</h2><hr></td>
<tr>
<th><img src = "images\bag1.png" width ="75%"></th>
<th><img src = "images\bag2.png" width ="75%"></th>
<th><img src = "images\bag3.png" width ="75%"></th>
<th><img src = "images\bag4.png" width ="75%"></th>
<th><img src = "images\bag5.png" width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 999/-</font></th>
<th><font color="green">Price: 799/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 399/-</font></th>
<th><font color="green">Price: 1299/-</font></th>
</tr>
</table>
<br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>Earphones</h2><hr></td>
<tr>
<th><img src = "images\earphone1.png" width ="75%"></th>
<th><img src = "images\earphone2.png" width ="75%"></th>
<th><img src = "images\earphone3.png" width ="75%"></th>
<th><img src = "images\earphone4.png" width ="75%"></th>
<th><img src = "images\earphone5.png" width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 1000/-</font></th>
<th><font color="green">Price: 799/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 399/-</font></th>
<th><font color="green">Price: 1200/-</font></th>
</tr>
</table>
</table>
<br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>Kitchen Appliances</h2><hr></td>
<tr>
<th><img src = "images\kitchen1.png" width ="75%"></th>
<th><img src = "images\kitchen2.png" width ="75%"></th>
<th><img src = "images\kitchen3.png" width ="75%"></th>
<th><img src = "images\kitchen4.png" width ="75%"></th>
<th><img src = "images\kitchen5.png"width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 1000/-</font></th>
<th><font color="green">Price: 799/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 399/-</font></th>
<th><font color="green">Price: 1200/-</font></th>
</tr>
</table>
</table>
<br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>Mobile Phones</h2><hr></td>
<tr>
<th><img src = "images\mobile1.png" width ="75%"></th>
<th><img src = "images\mobile2.png" width ="75%"></th>
<th><img src = "images\mobile3.png" width ="75%"></th>
<th><img src = "images\mobile4.png" width ="75%"></th>
<th><img src = "images\mobile5.png" width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 1000/-</font></th>
<th><font color="green">Price: 799/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 399/-</font></th>
<th><font color="green">Price: 1200/-</font></th>
</tr>
</table>
</table>
<br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>Pendrives</h2><hr></td>
<tr>
<th><img src = "images\pendrive1.png" width ="75%"></th>
<th><img src = "images\pendrive2.png" width ="75%"></th>
<th><img src = "images\pendrive3.png" width ="75%"></th>
<th><img src = "images\pendrive4.png" width ="75%"></th>
<th><img src = "images\pendrive5.png" width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 1000/-</font></th>
<th><font color="green">Price: 799/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 399/-</font></th>
<th><font color="green">Price: 1200/-</font></th>
</tr>
</table>
</table>
<br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>Mouse</h2><hr></td>
<tr>
<th><img src = "images\mouse1.png" width ="75%"></th>
<th><img src = "images\mouse2.png" width ="75%"></th>
<th><img src = "images\mouse3.png" width ="75%"></th>
<th><img src = "images\mouse4.png" width ="75%"></th>
<th><img src = "images\mouse5.png" width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 1000/-</font></th>
<th><font color="green">Price: 799/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 399/-</font></th>
<th><font color="green">Price: 1200/-</font></th>
</tr>
</table>
</table>
<br>
<table border = "0" width = "100%" bgcolor = "white">
<tr>
<td colspan = "5"><h2>Teddy</h2><hr></td>
<tr>
<th><img src = "images\teddy1.png" width ="75%"></th>
<th><img src = "images\teddy2.png" width ="75%"></th>
<th><img src = "images\teddy3.png" width ="75%"></th>
<th><img src = "images\teddy4.png" width ="75%"></th>
<th><img src = "images\teddy5.png" width ="75%"></th>
</tr>
<tr>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 599/-</font></th>
<th><font color="green">Price: 599/-</font></th>
</tr>
</table>
</table>
</body>
</html>