-
Notifications
You must be signed in to change notification settings - Fork 0
/
home decor.html
128 lines (119 loc) · 4.37 KB
/
home decor.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
<!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">Home Furniture</h1>
<h2 align="center">Here You Get Beautiful and Attractive Furniture</h2>
<table align="center" cellpadding="20" >
<!--Row 1-->
<tr>
<!--Item 1-->
<td>
<img src="./Home Furniture/download (12).jpeg" alt="Deer Protait Sketch" width="250"/> </br>
<strong>Deer Wall Art</strong>
<h4>Price:1200Rs</h4>
<p>Attractive Deer Protait Sketch which <br> gives your wall another look</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./Home Furniture/download (10).jpeg" alt="Plants Protait Sketch" width="250"/> </br>
<strong>Plants Wall Art</strong><br>
<h4>Price:1000Rs</h4>
<p>Attractive Plants Protait Sketch which <br> gives your wall another look</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./Home Furniture/download (13).jpeg" alt="Mountains Protait Sketch" width="250"/> </br>
<strong>Mountains Wall Art</strong><br>
<h4>Price:1200Rs</h4>
<p>Attractive Mountains Protait Sketch which <br> gives your wall another look</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/phota d.html">Details</a></td></tr>
<!--Row 2-->
<tr>
<!--Item 1-->
<td>
<img src="./Home Furniture/download (5).jpeg" alt="Wooden Sofa" width="250"/> </br>
<strong>Wooden Sofa</strong><br>
<h4>Price:25000Rs</h4>
<p>Simple and Attractive Wooden Sofa which <br> gives your Home another look</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./Home Furniture/download (8).jpeg" alt="Big Stylish Sofa" width="250"/> </br>
<strong>Big Stylish Sofa</strong><br>
<h4>Price:50000Rs</h4>
<p>Big Stylish Family size Sofa which gives <br> your Home another look</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./Home Furniture/download (15).jpeg" alt="Cream Coloured Sofa" width="250"/> </br>
<strong>Cream Coloured Sofa</strong><br>
<h4>Price:35000Rs</h4>
<p>Simple and Attractive Cream Coloured Sofa <br> which gives your Home another look</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/sofa d.html">Details</a></td></tr>
<br>
<!--Row 3-->
<tr>
<!--Item 1-->
<td>
<img src="./Home Furniture/download (7).jpeg" alt="Cream Coloured Bed" width="250"/> </br>
<strong>Cream Coloured Bed</strong><br>
<h4>Price:75000Rs</h4>
<p>Simple and Attractive Cream Coloured Bed that<br> gives your Bed Room Simple and Beautiful look.</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./Home Furniture/download (6).jpeg" alt="Wooden Bed" width="250"/> </br>
<strong>Wooden Bed</strong><br>
<h4>Price:85000Rs</h4>
<p>Attractive Wooden Bed that gives your <br> Bed Room another look.</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./Home Furniture/download (16).jpeg" alt="Big Royal Bed" width="250"/> </br>
<strong>Big Royal Bed</strong><br>
<h4>Price:100000Rs</h4>
<p>Big Attractive Wooden Bed that<br> gives your Bed Room Royal look.</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/bed d.html">Details</a></td></tr>
</table>
<!--Footer start-->
<footer>
<p>© Abdullah Mall.All rights reserved.</p>
</footer>
</body>
</html>