-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 1.42 KB
/
index.html
File metadata and controls
42 lines (36 loc) · 1.42 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Store shopping</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="subheader">
<div class="container">
<p>welcom to shopping</p>
<a href="#">Guest</a>
<a href="#">consumer</a>
<a href="#">Download App</a>
<a href="#">Help</a>
</div>
</div>
<div id="main-headre">
<logo id="logo">
<span id="ist">my</span>
<span id="iist">shoping.com</span>
</logo>
<div id="search">
<input class="search-area" type="text" name="text" placeholder="search heree">
<input class="search-btn" type="submit" name="submit" value="Search">
</div>
<div id="user-menu">
<li> <a href="#">Cart</a></li>
<li><a href="#">Loge in</a></li>
</div>
</div>
</div>
</div>
</body>
</html>