-
Notifications
You must be signed in to change notification settings - Fork 0
/
sareee5.html
69 lines (53 loc) · 1.42 KB
/
sareee5.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
<!DOCTYPE html>
<html>
<head>
<title>saree
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<h2>Color printed saree for girls</h2>
</div>
<div id="section">
<img src="saree7.jpg" alt="SAREE7"
style="width:300px;height:500px;">
</div>
<div id="article">
<h3>IN STOCK </h3>
<h3>Colors avaliable:</h3>
<p>RED,YELLOW,BLUE,PINK,BLACK,ROSE,WHITE</p>
<h3>Brand name:</h3>
<p>JENNYFASTER,MFRETAIL</p>
<h3>Price:</h3>
<p>Rs 1299</p>
<button class="button" onclick="window.location.href='msg.html'" style="vertical-align:middle"><span>Buy now</span></button>
<br>
<button class="button" onclick="window.location.href='msg.html'" style="vertical-align:middle"><span>Wishlist</span></button>
</div>
<div id="details">
<p>Related items</p>
<div class="img">
<a target="_top" href="saree2.html">
<img src="saree2.jpg" alt="TEEN trends" style="width:100px;height:120px;">
</a>
<div class="desc">Price:Rs 9000</div>
</div>
<div class="img">
<a target="_top" href="saree3.html">
<img src="saree3.jpg" alt="TEEN trends" style="width:100px;height:120px;">
</a>
<div class="desc">Price:Rs 6000</div>
</div>
<div class="img">
<a target="_top" href="saree4.html">
<img src="saree4.jpg" alt="TEEN trends" style="width:100px;height:120px;">
</a>
<div class="desc">Price:Rs 3000</div>
</div>
</div>
<div id="footer">
<p>Page 1</p>
</div>
</body>
</html>