DevilStudy

mata태그 본문

프로그래밍공부/HTML

mata태그

Devil-Choi 2009. 3. 3. 10:30


head태그의 하위요소들

  <!--문서에 관한 정의 = 문서의 타입을 html로 하고, 문자는 한국어(euc-kr)로 정한다.(젤위에)-->
  <meta http-equiv="content-type" content="text/html; charset=euc-kr">
  <!--키워드 정의(단어) = 키워드는 홍보의 수단으로 사용된다.-->
  <meta name="keywords" content="개인홈페이지, 쇼핑몰, 영화 , 만화, 자료실, 등등등...">
  <!--문서의 설명(문장)-->
  <meta name="description" content="강력한 무료 백신 알집!!!">
  <!--작성자-->
  <meta name="author" content="(주)좀비">
  <!--문서의 이동-->
  <meta http-equiv="refresh" content="3; url=http://daum.net">
 


Comments