Showing
1 changed file
with
22 additions
and
0 deletions
index.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | + <head> | ||
4 | + <title>대형마트 가격비교</title> | ||
5 | + <meta charset="utf-8"> | ||
6 | + <link rel="stylesheet" href="mart_css.css"> | ||
7 | + </head> | ||
8 | + <body> | ||
9 | + <div id = "main_search"> | ||
10 | + <h1><a href="index.html">합리적인 소비를 해보자!</a></h1> | ||
11 | + <form> | ||
12 | + <input type = "text" placeholder="검색어 입력" /> | ||
13 | + <input id = "srch_bttn" type = "submit" value = "검색" /> | ||
14 | + </form> | ||
15 | + </div> | ||
16 | + <h2>마트<h2> | ||
17 | + <ul> | ||
18 | + <li><a href="lottemart.html">롯데마트</a></li> | ||
19 | + <li><a href="emart.html">이마트</a></li> | ||
20 | + <li><a href="homeplus.html">홈플러스</a></li> | ||
21 | + </body> | ||
22 | +</html> |
-
Please register or login to post a comment