<meta>
その文書に関する情報を指定する
文字コード
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
文書の内容・キーワード
<meta name="description" content="タグを素早く調べる。">
<meta name="keywords" content="タグ,事典,HTML">
検索ロボットに関するmeta
<meta name="robots" content="noindex">
- 検索ロボットに文書内のリンクをたどれないようにする
<meta name="robots" content="nofollow">
基準スタイルシート言語と基準スクリプト言語を指定する
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
文書の作者を示す
<meta name="author" content="ezxweb">
サンプル
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<meta name="description" content="タグを素早く調べる。">
<meta name="keywords" content="タグ,事典,HTML">
<meta name="robots" content="nofollow,noindex">
<meta name="author" content="ezxweb">
<title>サンプル</title>
</head>
ブラウザには表示されません。</p>
</body>
</html>
関連タグ
最終更新:2006年08月27日 14:30