HEAD

HEADの指定

検索エンジンの対象外にしたいとき

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta name="robots" content="noindex,nofollow">
<meta name="googlebot" content="nosnippet">

文字コード指定

<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">

スタイルシート使用

<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="style.css">

n秒後に別ページへ自動ジャンプ Refresh

<meta http-equiv="refresh" content="3; url=http://elmblog.com/right.php">

外部スクリプト呼び出し

<script language="javascript" src="http://elmblog.com/script.js"></script>
<script language="javascript" src="script.js"></script>