-
Notifications
You must be signed in to change notification settings - Fork 0
/
wrap4.htm
67 lines (55 loc) · 1.42 KB
/
wrap4.htm
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
<!DOCTYPE html>
<html>
<head>
<title>pallzo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<h2>Color printed pallazo for girls</h2>
</div>
<div id="section">
<img src="wrap4.jpg" alt="Wrap"
style="width:300px;height:500px;">
</div>
<div id="article">
<h3> size avaliable:</h3>
<p>XS,S,M,L,XL,XXL</p>
<h3>Colors avaliable:</h3>
<p>RED,YELLOW,PINK,BLACK</p>
<h3>Brand name:</h3>
<p>Padmam</p>
<h3>Price:</h3>
<p>Rs 900</p>
<br>
</p>
<button class="button" onclick="window.location.href='msg.html'" style="vertical-align:middle"><span>Buy now</span></button>
<br>
<button class="button" onclick="onclick="window.location.href='msg1.html'" style="vertical-align:middle"><span>Wishlist</span></button>
</div>
<div id="details">
<p>Related items</p>
<div class="img">
<a target="_top" href="wrap1.html">
<img src="wrap1.jpg" alt="TEEN trends" style="width:100px;height:120px;">
</a>
<div class="desc">Price:Rs 900</div>
</div>
<div class="img">
<a target="_top" href="wrap3.html">
<img src="wrap3.jpg" alt="TEEN trends" style="width:100px;height:120px;">
</a>
<div class="desc">Price:Rs 660</div>
</div>
<div class="img">
<a target="_top" href="wrap2.html">
<img src="wrap2.jpg" alt="TEEN trends" style="width:100px;height:120px;">
</a>
<div class="desc">Price:Rs 700</div>
</div>
</div>
<div id="footer">
<p>Page 1</p>
</div>
</body>
</html>