-
Notifications
You must be signed in to change notification settings - Fork 0
/
category.html
90 lines (57 loc) · 1.48 KB
/
category.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
<!DOCTYPE html>
<html>
<head>
<title>register</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body >
<nav class="topnav">
<a href="p4.html">Home</a>
<a href="category.html">Categories</a>
<a href="bestsellers.php">Best Sellers</a>
<a href="newRelease.php">New Releases</a>
<a href="p3.html">Contact</a>
<a href="about2.html">About</a>
<a href="p2.html">Login</a>
<a href="p1.html">Register</a>
</nav>
<br>
<br>
<table style="margin-left:auto;margin-right:auto;">
<tr>
<td>
<a href="p4.html"><img width="400" height="400"src="girl1.jpg" </a> </td>
<td>
<a href="p4.html"><img width="400" height="400" src="boy2.jpg"></a>
</td>
<tr>
<td>
<ul>
<li> <a href="girls1.html">Age 0-2</a></li>
<li><a href="girls2.html">Age 2-4</a></li>
<li><a href="girls3.html">Age 4-8</a></li>
<li><a href="girls4.html">Age 8-12</a></li>
</ul>
</td>
<td>
<ul>
<li> <a href="boys1.html">Age 0-2</a></li>
<li><a href="boys2.html">Age 2-4</a></li>
<li><a href="boy3.html">Age 4-8</a></li>
<li><a href="boys4.html">Age 8-12</a></li>
</ul>
</td>
</tr>
</tr>
</table>
</body>
<br>
<br>
<br>
<br>
<br>
<footer class ="topnav">
<a href="privacypolicy.html">Privacy Policy</a>
<a href="terms.ofuse.html">Terms of Use</a>
</footer>
</html>