-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloth.html
130 lines (119 loc) · 4.79 KB
/
cloth.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abdullah Mall</title>
</head>
<body>
<header>
<table >
<tr>
<td colspan="1" align="center"> <a href="./index.html" target="_self" > <img src="./images/logo.jpeg"
alt="Abdullah Mall " width="80px" height="100px" /></a>
</td>
<td colspan="1" align="center"><a href="./index.html">Home</a></td>
<td colspan="1" align="center"> <a href="./Contact.html">Contact</a></td>
<td colspan="1" align="center"><a href="./aboutus.html">About us</a></td>
<td colspan="1" align="center"><button><a href="./login.html" target="_self"><b>Login</b></a></button></td>
<td colspan="1" align="center"><button><a href="./Signup.html" target="_self"><b>Signup</b></a></button></td>
</tr>
</table>
</header>
<br />
<main>
<h1 align="center">Clothes</h1>
<h2 align="center">Here You Get Beautiful and Attractive Clothes</h2>
<table align="center" cellpadding="20">
<!--Row 1-->
<tr>
<!--Item 1-->
<td>
<img src="./Clothes/download (3).jpeg" alt="Black Shirt" width="250"/> </br>
<strong>Black Shirt</strong>
<h4>Price:2500Rs</h4>
<p>Attractive Black Men Shirt</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./Clothes/jacket-2.jpg" alt="Brown Shirt" width="250"/> </br>
<strong>Classic Brown Shirt</strong>
<h4>Price:2000Rs</h4>
<p>Classic and Simple Brown Shirt</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./Clothes/download (4).jpeg" alt="2 Piece Grey Pant Coat" width="250"/> </br>
<strong>Grey Pant Coat</strong>
<h4>Price:15000Rs</h4>
<p>Stylish and Attractive Grey Pant Coat in<br> which you feel Confident</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/men detail.html">Details</a></td></tr>
<!--Row 2-->
<tr>
<!--Item 1-->
<td>
<img src="./Clothes/download (14).jpeg" alt="T Shirt" width="250"/> </br>
<strong>T-Shirt</strong>
<h4>Price:1000Rs</h4>
<p>Kids Simple White Jutt Brand T-Shirt </p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./Clothes/download (12).jpeg" alt="Grey Pant Coat" width="250"/> </br>
<strong>Grey Pant Coat</strong>
<h4>Price:1600Rs</h4>
<p>Kids Stylish and Attractive Grey Pant Coat <br> in which your kid look beautiful.</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./Clothes/cute girl.jpg" alt="Kid Kurti" height="275" width="250"/> </br>
<strong>Kid Kurti</strong>
<h4>Price:1200Rs</h4>
<p>Orange Golden shade Kid Kurti <br> in which your kid look beautiful.</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/kid detail.html">Details</a></td></tr>
<!--Row 3-->
<tr>
<!--Item 1-->
<td>
<img src="./Clothes/download (18).jpeg" alt="2 piece suits" width="250"/> </br>
<strong>2 piece suits</strong>
<h4>Price:8000Rs</h4>
<p>New Branded Stylish and Beautiful <br> 2 piece suits</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./Clothes/download (23).jpeg" alt="Burka" width="250"/> </br>
<strong>Burka</strong>
<h4>Price:15000Rs</h4>
<p>Branded Simple Black Coloured Burka</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./Clothes/download (22).jpeg" alt="Red Bridal Dress" width="250"/> </br>
<strong>Bridal Dress</strong>
<h4>Price:35000Rs</h4>
<p>New Fashion Branded and Stylish <br> Red Coloured Bridal Dress</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/women d.html">Details</a></td></tr>
</table>
</main>
<!--Footer start-->
<footer>
<p>© Abdullah Mall.All rights reserved.</p>
</footer>
</body>
</html>