-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkids.html
55 lines (53 loc) · 1.75 KB
/
kids.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DSW Kids</title>
<link rel="stylesheet" href="./Style Sheet/kids.css">
</head>
<body>
<div id="top-nav">
<p>ONE DAY ONLY! GET $15, $20 OR $60 OFF</p>
<P>USE CODE, JUSTTODAY in the next 12:13:23</P>
</div>
<div id="above-nav"></div>
<div id="nav">
<a href="index.html"><h1>DSW</h1></a>
<form>
<form>
<input type="text" placeholder="Searh by product brand" id="search">
<input type="submit" value="search" id="submit">
</form>
</form>
<select name="" id="filter">
<option value="">Filter</option>
<option value="Leather">Leather</option>
<option value="Sneakers">Sneakers</option>
<option value="Casual">Casual</option>
<option value="Loafers">Loafers</option>
<option value="Sandel">Sandel</option>
</select>
<a href="login.html" id="login">Login</a>
<a href="fav.html">Favourite</a>
<a href="cart.html">Bag</a>
</div>
<!-- filter section -->
<div id="catagory">
<div>
<a href="women.html">Women</a>
<a href="men.html">Men</a>
<a href="kids.html">Kids</a>
<a href="women.html">Accessories & Clothing</a>
<a href="kids.html">Brands</a>
<a href="men.html">Clearance</a>
<a href="women.html">Deals</a>
</div>
</div>
<h1>Kids Section</h1>
<div id="container">
</div>
</body>
<script src="./Script Files/kids.js"></script>
</html>