모바일 코딩 기본 html소스

html 기본 소스코드

<!DOCTYPE html>

<html lang="ko">

<head>

<meta charset="UTF-8" />

<title>Mobile Coding</title>

<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" />

<meta name="format-detection" content="telephone=no" />

<link rel="apple-touch-icon" href="경로/이미지파일명.png" />

</head>

<body>



</body>

</html>