-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
70 lines (59 loc) · 2.36 KB
/
shop.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
<!DOCTYPE html>
<html>
<head>
<link href="shop.css" type="text/css" rel="stylesheet"/>
<title>shop</title>
</head>
<body>
<h1>PURCHASE ANY ITEM UNDER ONE CLICK</h1>
<ul>
<li><a href="home">Home</a></li>
<li><a href="whatsnew">whatsnew</a></li>
<li><a href="contact us">Contact us</a></li>
<li><a href="about us">About us</a></li>
<input type="text" placeholder="search">
<button>search</button> <a href="yes.htm"> <button>view cart</button></a>
</ul>
<div class="row">
<div class="column">
<img src="1.jpg" style="width: 200px;height:10em">
<p>ROBOTSKY GAMING MOUSE 4500/-</p>
<P>Wireless mouse is connected through the USB receiver. Equipped with 2 AAA batteries, low power consumption. With 2.4GHz wireless transmission, the operating distance is up to 10 meters / 32.81 ft. With automatic frequency hopping and rated work. With ergonomic design, comfortable grip and use.</P>
<button>Buy</button>
</div>
<div class="column">
<img src="2.jpg" style="width: 200px;height:10em">
<P>IPHONE X 160,000/-</P>
<P>5.8" OLED display.
Faster A11 Bionic processor.
Glass body.
Edge-to-edge display.
Facial Recognition.
No Home button.
Wireless inductive charging.
Animoji.</P>
<button>Buy</button>
</div>
<div class="column">
<img src="3.jpg" style="width: 200px;height:10em">
<P>ROBOTSKY SUB-WOOFER 22,000/-</P>
<p>Driver size. Before you begin shopping for a subwoofer, you need to determine how much power you need. ...
Frequency response. ...
Passive versus powered subwoofers. ...
Front-facing versus down-firing. ...
Enclosure type. ...
Crossover. ...
Size. ...
Custom sound.</p>
<button>Buy</button>
</div>
<div class="column">
<img src="4.jpg" style="width: 200px;height:10em">
<p>HP PAVILION CORE i7 45,000/-</p>
<p>P 15-ay137cl (X7T63UA) Laptop (Core i7 7th Gen/16 GB/1 TB/Windows 10) laptop has a 15.6 Inches (39.62 cm) display for your daily needs. This laptop is powered by Intel Core i7-7500U (7th Gen) processor, coupled with 16 GB of RAM and has 1 TB HDD storage at this price point.
It runs on Windows 10 Home Basic operating system. As far as the graphics card is concerned this notebook has a Intel HD 620 graphics card to manage the graphical functions. To keep it alive, it has a 4 Cell Li-Ion battery and weighs 2.19 Kg</p>
<button>Buy</button>
</div>
</div>
</body>
</html>