24. 메타태그
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="refresh" content="10;url=http://www.dotnetkorea.com/" />
<meta http-equiv="content-type" content="text/html; charset=euc-kr" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta name="Author" content="RedPlus" />
<meta name="Generator" content="Visual Studio 2005" />
<meta name="Keywords" content="마스터페이지, 템플릿페이지, XHTML, CSS, JavaScript" />
<meta name="Description" content="ASP.NET 사용자를 위한 HTML 웹사이트 기본 페이지" />
<meta http-equiv="refresh" content="60;url=http://www.dotnetkorea.com" />
<!-- 검색 엔진에 노출되지 않게 하고자 할때... -->
<meta name="robots" content="noindex, nofollow" />
<link rel="shortcut icon" href="http://www.naver.com/favicon.ico" />
</head>
<body>
</body>
</html>
//
- <meta>태그를 활용하여 웹페이지 설명을 붙인다.
- <meta>태그는 <head> 태그 안에 들어옴. 검색에 노출이 잘 된다.
- <link rel="shortcut icon" href="http://www.naver.com/favicon.ico" />
--> 주소창에서 주소 앞에 조그만 아이콘보이게 할 때
< 실행결과 >