-
Notifications
You must be signed in to change notification settings - Fork 0
/
boys2.html
98 lines (62 loc) · 2.73 KB
/
boys2.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
<!DOCTYPE html>
<html>
<head>
<title> Age 2-4</title>
</head>
<nav style="background-size: 300px; background-color:aqua;font-family:verdana; font-size:150%; font-weight: bold ">
<span style="background-color: pink"> <a style="text-decoration: none" href="p4.html">Home</a> </span>
<a style="text-decoration: none" href="category.html">Categories</a>
<span style="background-color: pink"> <a style="text-decoration: none" href="bestseller.html">Best Sellers</a> </span>
<a style="text-decoration: none " href="newRelease.html">New Releases</a>
<a style="text-decoration: none" href="p3.html">Contact</a> <a style="text-decoration: none" href="about2.html">About</a>
<span style="background-color: pink"> <a style="text-decoration: none" href="p2.html">Login</a></span> <a style="text-decoration: none" align="right" href="p1.html">Register</a>
</nav>
<body>
<center>
<img src="ss.jpeg" width="900"height="400" >
</center>
<table style="margin-left:auto;margin-right:auto;">
<th></th>
<div class="class" >
<tr >
<td><img src="new1.jpg" width="300" height="300"></td>
<td><img src="new2.jpg" width="300" height="300"></td>
<td><img src="new3.jpg" width="300" height="300"></td>
<tr>
<td align="middle"><label>Price : 500</label></td>
<td align="middle"><label>Price : 500</label></td>
<td align="middle"><label>Price : 500</label></td>
</tr>
<tr>
<td><img src="new4.jpg" width="300" height="300"></td>
<td><img src="new5.jpg" width="300" height="300"></td>
<td><img src="new11.jpg" width="300" height="300"></td>
</tr>
<tr>
<td align="middle"><label>Price : 500</label></td>
<td align="middle"><label>Price : 500</label></td>
<td align="middle"><label>Price : 500</label></td>
<br>
<br>
</tr>
<tr>
<td><img src="new12.jpg" width="300" height="300"></td>
<td><img src="new13.jpg" width="300" height="300"></td>
<td><img src="new1.jpg" width="300" height="300"></td>
</tr>
<tr>
<td align="middle"><label>Price : 500</label></td>
<td align="middle"><label>Price : 500</label></td>
<td align="middle"><label>Price : 500</label></td>
</tr>
</div>
</table>
</body>
<footer style="background-color: aqua">
<ul>
<li><a style="text-decoration: none" href="privacypolicy.html">Privacy Policy</a> </li>
<li><a style="text-decoration: none "href="terms.ofuse.html">Terms of Use</a> </li>
<li>© DreamLand All Rights Reserved </li>
</ul>
</html>