-
Notifications
You must be signed in to change notification settings - Fork 0
/
electronic.html
131 lines (119 loc) · 4.62 KB
/
electronic.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
131
<!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">Electronic Products</h1>
<h2 align="center">Here You Get Latest Electronic Components</h2>
<table align="center" cellpadding="20" >
<!--Row 1-->
<tr>
<!--Item 1-->
<td>
<img src="./electronics/download (23).jpeg" alt="Dell LED" width="250"/> </br>
<strong>Dell LED</strong><br>
<h4>Price:35000Rs</h4>
<p>New Dell LED Televisions</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./electronics/tv (14).jpeg" alt="Hair T.V" width="250"/> </br>
<strong>Hair T.V</strong><br>
<h4>Price:45000Rs</h4>
<p>New compact T.V with high quality <br> graphics and network connection.</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./electronics/download (22).jpeg" alt="Monitor with Sound system" width="250"/> </br>
<strong>Monitor with Sound system</strong><br>
<h4>Price:45000Rs</h4>
<p>New Dell Monitors with Super Sound system</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/monitor d.html">Details</a></td></tr>
<!--Row 2-->
<tr>
<!--Item 1-->
<td>
<img src="./electronics/ai (1).jpeg" alt="Washing Machine" width="250"/> </br>
<strong>Hair Washing Machine </strong><br>
<h4>Price:25000Rs</h4>
<p>Washing Machine International Standard <br> with more power and spin.</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./electronics/DALL·E.webp" alt="New Asia Washing Machine" width="250"/> </br>
<strong>New Asia Washing Machine</strong><br>
<h4>Price:40000Rs</h4>
<p>New Asia Washing Machine highly <br> efficient and stylish</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./electronics/download (6).jpeg" alt="Pel Washing Machine" width="250"/> </br>
<strong>Pel Washing Machine</strong><br>
<h4>Price:35000Rs</h4>
<p>Pel Washing Machine more capacity to wash,<br>more power and more stylish.</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/wash machine d.html">Details</a></td></tr>
<!--Row 3-->
<tr>
<!--Item 1-->
<td>
<img src="./electronics/download (8).jpeg" alt="Simple Refrigerator" width="250"/> </br>
<strong>Hair Refrigarator</strong><br>
<h4>Price:45000Rs</h4>
<p>Simple One Sided Beautiful White <br> Coloured Refrigerator </p>
<button type="button">Add to Cart</button>
</td>
<!--Item 2-->
<td>
<img src="./electronics/r (2).jpeg" alt="Refrigarator with Water Dispenser" width="250"/> </br>
<strong>Dawalance Refrigarator</strong><br>
<h4>Price:90000Rs</h4>
<p>Advance Stylish Black Coloured <br> Refrigarator with Water Dispenser</p>
<button type="button">Add to Cart</button>
</td>
<!--Item 3-->
<td>
<img src="./electronics/r (3).jpeg" alt="Refrigarator with Water Dispenser" width="250"/> </br>
<strong>Pel Refrigarator</strong><br>
<h4>Price:90000Rs</h4>
<p>Advance Stylish Grey Coloured <br> Refrigarator with Water Dispenser</p>
<button type="button">Add to Cart</button>
</td>
</tr>
<tr><td colspan="3" align="right"><a href="./HTML/refrigarator d.html">Details</a></td></tr>
</table>
</main>
<!--Footer start-->
<footer>
<p>© Abdullah Mall.All rights reserved.</p>
</footer>
</body>
</html>