반응형
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title> index </title>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<!-- layout //-->
</body>
</html>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
부분은 모바일기기에서 최적화시키기위함이고
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
부분은 익스플로러 최신버전으로 로드되게 하기위함이다.
반응형
'프로그래밍 > HTML+CSS' 카테고리의 다른 글
css 모바일 a태그 클릭시 탭효과 제거 (0) | 2016.07.25 |
---|---|
HTML 특수문자 코드표 (0) | 2016.07.05 |
모바일 아이콘/웹 북마크 아이콘 지정 (0) | 2015.04.23 |
html&css 인쇄 설정/javascript print (0) | 2015.04.17 |
모바일 상단하단 고정 레이아웃 (1) | 2014.11.07 |