-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
133 lines (117 loc) · 3.12 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="navbar"> <a id="logo" href="#">amazon.in</a> <a href="#"> Account</a> <a href="#">My Cart</a> <a
href="#">Contact us</a>
<input id="E" placeholder="search Amazon.in"> <button>Search</button>
</div>
<br>
<div id="C">
<h1><b>Dinosaur</b></h1>
<h1><b>Unicorn</b></h1>
</div>
<br>
<div id="A">
<img
src="https://www.ikea.com/in/en/images/products/jaettelik-soft-toy-dinosaur-dinosaur-brontosaurus__0804796_pe769337_s5.jpg?f=xl"
alt="toy" id="toy">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcShg2lud_Sh4-v9lw9tHTffnFQttiAAsSyWOw&usqp=CAU"
alt="toy2" id="toy2">
</div>
<br>
<div id="D">
<div><b id="Size">Rs = 99</b>
<br>
<button id="s">Buy Now</button>
</div>
<div><b id="Size">Rs = 199</b>
<br>
<button id="s">Buy Now</button>
</div>
</div>
<br>
<hr>
<br>
<div id="C">
<h1><b>BMW Gear Cycle</b></h1>
<h1><b>Apple iPhone 15 pro</b></h1>
</div>
<br>
<div id="A">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRuHLjwFM2e2yezE3dK40IFiBF_GsWl7B3_xX2AWBL1gHDPHbOLITe5mmHg&s=10"
alt="Gear Cycle" id="toy">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRSOJr1IVh27SLiFCWacCQP0fDbJ5AatRJi6w30vUcV8Iisb8_u25X05aE&s=10"
alt="Apple iPhone 15 pro" id="toy2">
</div>
<br>
<div id="D">
<div><b id="Size">Rs = 21,999</b>
<br>
<button id="s">Buy Now</button>
</div>
<div><b id="Size">Rs = 99,999</b>
<br>
<button id="s">Buy Now</button>
</div>
</div>
<br>
<hr>
<br>
<div id="C">
<h1><b>Nike Air Jordan Blue Sneakers</b></h1>
<h1><b>Fastrack Casual Black Dial Watch</b></h1>
</div>
<br>
<div id="A">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQgHb6K1SyDC9MSPzF6U3nkqd8iyZrNFISXg&usqp=CAU "
alt="Sneaker" id="toy">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKGmn4weWK5ZXXe-FhzThP54IVPjtwXTstcA&usqp=CAU "
alt="Watch" id="toy2">
</div>
<br>
<div id="D">
<div><b id="Size">Rs = 19,999</b>
<br>
<button id="s">Buy Now</button>
</div>
<div><b id="Size">Rs = 5,199</b>
<br>
<button id="s">Buy Now</button>
</div>
</div>
<br>
<hr>
<br>
<div id="C">
<h1><b>Boat Earbuds</b></h1>
<h1><b>Men's Black Printed Hoodie</b></h1>
</div>
<br>
<div id="A">
<img
src="https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQ_zs0cIqy9zX3kEHhWYLgvX31MU_rrt-JWE0IGXqlDhZkAwmIaTmTRgHbrqKGkbnWWpdAtdcs&usqp=CAc "
alt="Earbuds" id="toy">
<img src="https://m.media-amazon.com/images/I/514qkzVeEtL.AC_UY1000.jpg " alt="Hoodie" id="toy2">
</div>
<br>
<div id="D">
<div><b id="Size">Rs = 1,599</b>
<br>
<button id="s">Buy Now</button>
</div>
<div><b id="Size">Rs = 499</b>
<br>
<button id="s">Buy Now</button>
</div>
</div>
<br>
<div id="footer">
<footer>Thank You ♥. Visit us again</footer>
</div>
</body>
</html>