Showing
1 changed file
with
24 additions
and
12 deletions
... | @@ -6,17 +6,29 @@ | ... | @@ -6,17 +6,29 @@ |
6 | <link rel="stylesheet" href="mart_css.css"> | 6 | <link rel="stylesheet" href="mart_css.css"> |
7 | </head> | 7 | </head> |
8 | <body> | 8 | <body> |
9 | - <div id = "main_search"> | 9 | + <div class="menubar"> |
10 | - <h1><a href="index.html">합리적인 소비를 해보자!</a></h1> | 10 | + <ul> |
11 | - <form> | 11 | + <li><a href="#" id="current">대형마트</a> |
12 | - <input type = "text" placeholder="검색어 입력" /> | 12 | + <ul> |
13 | - <input id = "srch_bttn" type = "submit" value = "검색" /> | 13 | + <li><a href="lottemart.html">롯데마트</a></li> |
14 | - </form> | 14 | + <li><a href="emart.html">이마트</a></li> |
15 | - </div> | 15 | + <li><a href="homeplus.html">홈플러스</a></li> |
16 | - <h2>마트<h2> | 16 | + </ul> |
17 | - <ul> | 17 | + </li> |
18 | - <li><a href="lottemart.html">롯데마트</a></li> | 18 | + <li><a href="#"><strong>HEALTH</strong></a></li> |
19 | - <li><a href="emart.html">이마트</a></li> | 19 | + <li><a href="#">다</a></li> |
20 | - <li><a href="homeplus.html">홈플러스</a></li> | 20 | + <li><a href="#">른</a></li> |
21 | + <li><a href="#">거</a></li> | ||
22 | + <li><a href="#">추</a></li> | ||
23 | + <li><a href="#">가</a></li> | ||
24 | + </ul> | ||
25 | + </div> | ||
26 | + <div id = "main_search"> | ||
27 | + <h1><a href="index.html">합리적인 소비를 해보자!</a></h1> | ||
28 | + <form> | ||
29 | + <input type = "text" placeholder="검색어 입력" /> | ||
30 | + <input id = "srch_bttn" type = "submit" value = "검색" /> | ||
31 | + </form> | ||
32 | + </div> | ||
21 | </body> | 33 | </body> |
22 | </html> | 34 | </html> | ... | ... |
-
Please register or login to post a comment