meta情報指定
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!-- 1 -->
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <!-- 2 -->
<head>
<meta http-equiv="Content-Style-Type" content="text/css" /> <!-- 3 -->
<meta http-equiv="Content-Script-Type" content="text/javascript" /> <!-- 3 -->
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" /> <!-- 4 -->
<meta name="Description" content="*** ページの概要 ***" /> <!-- 5 -->
<meta name="Keywords" content="*** キーワード ***,*** キーワード ***,*** キーワード ***" /> <!-- 5 -->
<title>サンプルネットショップ</title> <!-- 6 -->
<link rel="stylesheet" href="base.css" type="text/css" media="screen" /> <!-- 7 -->
</head>