HTML 모바일 최적 HTML 코딩
페이지 정보
본문
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge;FF=7;OtherUA=4">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta name="viewport" content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
<meta http-equiv="Cache-Control" content="max-age=0">
<meta name="language" content="ko">
<meta name="format-detection" content="telephone=no">
<meta name="Title" content="해피정닷컴">
<meta name="subject" content="해피정닷컴">
<meta name="Keywords" content="해피정닷컴,홈페이지,디자인">
<meta name="description" content="해피정닷컴">
<meta name="copyright" content="Copyright ⓒ Happy Jung Dot Com. All rights reserved.">
<!-- 바탕화면으로 북마크 추가할때 생기는 이미지 -->
<link rel="apple-touch-icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/favicon.png">
<link rel="shortcut icon" href="https://www.happyjung.com/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/mobile.css" media="screen, projection">
<script type="text/javascript" language = "javascript">
<!--
// 모바일 웹 주소창 숨기기
window.addEventListener('load', function() {
// body의 height를 살짝 늘리는 코드
document.body.style.height = (document.documentElement.clientHeight + 5) + 'px';
// scroll를 제어 하는 코드
setTimeout(scrollTo, 0, 0, 1);
}, false);
//-->
</script>
<style type="text/css">
body {
margin: 0px 0px 0px 0px;
font-size:12px;
line-height:15px;
font-style: normal;
font-weight: normal;
letter-spacing: 0px;
font-family: "Malgun Gothic", "맑은 고딕", Arial, Helvetica, sans-serif, "돋움","굴림";
/* webkit 기반의 브라우저에서 텍스트사이즈가 들쑥날쑥 하지 않게 조절합니다. */
-webkit-text-size-adjust: none;
}
td {
padding:0;
line-height:0;
}
img { display:block; border:0; }
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #A2002E; }
</style>
<title>모바일 최적 표준 HTML</title>
</head>
<body>
</body>
</html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge;FF=7;OtherUA=4">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta name="viewport" content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
<meta http-equiv="Cache-Control" content="max-age=0">
<meta name="language" content="ko">
<meta name="format-detection" content="telephone=no">
<meta name="Title" content="해피정닷컴">
<meta name="subject" content="해피정닷컴">
<meta name="Keywords" content="해피정닷컴,홈페이지,디자인">
<meta name="description" content="해피정닷컴">
<meta name="copyright" content="Copyright ⓒ Happy Jung Dot Com. All rights reserved.">
<!-- 바탕화면으로 북마크 추가할때 생기는 이미지 -->
<link rel="apple-touch-icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/favicon.png">
<link rel="shortcut icon" href="https://www.happyjung.com/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/mobile.css" media="screen, projection">
<script type="text/javascript" language = "javascript">
<!--
// 모바일 웹 주소창 숨기기
window.addEventListener('load', function() {
// body의 height를 살짝 늘리는 코드
document.body.style.height = (document.documentElement.clientHeight + 5) + 'px';
// scroll를 제어 하는 코드
setTimeout(scrollTo, 0, 0, 1);
}, false);
//-->
</script>
<style type="text/css">
body {
margin: 0px 0px 0px 0px;
font-size:12px;
line-height:15px;
font-style: normal;
font-weight: normal;
letter-spacing: 0px;
font-family: "Malgun Gothic", "맑은 고딕", Arial, Helvetica, sans-serif, "돋움","굴림";
/* webkit 기반의 브라우저에서 텍스트사이즈가 들쑥날쑥 하지 않게 조절합니다. */
-webkit-text-size-adjust: none;
}
td {
padding:0;
line-height:0;
}
img { display:block; border:0; }
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #A2002E; }
</style>
<title>모바일 최적 표준 HTML</title>
</head>
<body>
</body>
</html>
댓글목록
등록된 댓글이 없습니다.