ページの概要を指定する

説明

ページの概要を指定するにはnameにdescription、contentにページ概要を指定します。

サンプルコード [実行]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=shift_jis">
<meta name="description" content="HTMLに関する情報">
<title>Sample</title>
</head>
<body>
<h1>Sample</h1>
<p>ページの概要を示します。</p>
</body>
</html>