<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title></title>
<link rel="stylesheet" type="text/css" href="">
<link rel="shortcut icon" href=""><!-- 파비콘 아이콘 -->
<link rel="apple-touch-icon=precomposed" href="">
<style></style>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script><!--제이쿼리 최신버전 사용-->
<script type="text/javascript">
$(function(){//제이쿼리 시작
});//제이쿼리 끝
</script>
</head>
<body>
<div id="wrap">
</div>
</body>
</html>
'Web development > HTML & CSS' 카테고리의 다른 글
HTML 이미지 맵 만들기(usemap) (0) | 2017.07.18 |
---|---|
CSS 초기화 파일(초기화 코드) (0) | 2017.07.15 |
UTF-8 과 EUC-kr (0) | 2017.07.14 |
HTML 태그 요약 (0) | 2017.07.14 |
HTML 문서 구조 (0) | 2017.07.13 |