[헤드]

1. 일반정보(meta)

- 문자코드세트 : <meta http-equiv="content-type" content="text/html; charset=euc-kr"/>

- 제작자 : <meta name="author" content="soyeon"/>

- 제목 : <meta name="subject" content="소연홈페이지"/>

- 요약 : <meta name="description" content="착하고 귀여운 아기 소연이의 홈페이지"/>

- 키워드 : <meta name="author" content="뽀동이"/>

- 검색로봇 : <meta name="robots" content="index,follow"/>

- 저작권 : <meta name="copyright" content="copyrights 2014 soyeon"/>

- 뷰포트 : <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi">

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



2. 제목(title)

- 문서제목 선언 : <title>소연이의 홈페이지 메인화면</title>



3.

- 파비콘 : 

<link rel="shortcut icon" href="/xxx.ico" type="image/x-icon">

<link rel="icon" href="/xxx.ico" type="image/x-icon">

<link rel="apple-touch-icon-precomposed" href="/xxx.png">

<link rel="shortcut icon" type="image/x-icon" href="/xxx.ico">


- CSS : 

<link rel="stylesheet" type="text/css" href="/xxx.css">


- JS : 

<script type="text/javascript" src="/xxx.js"></script>


[바디]

- CSS : 

<style type="text/css">

</style>


- JS : 

<script type="text/javascript">

</script>

Posted by 오디오양
,