HTML <メタ>コンテンツ属性

❮HTML<meta>タグ

HTMLドキュメント内のメタデータを説明します。

<head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>

定義と使用法

この属性は、 or属性contentに関連付けられた値を提供します。 http-equivname


ブラウザのサポート

Attribute
content Yes Yes Yes Yes Yes

構文

<meta content="text">

属性値

Value Description
text The content of the meta information

❮HTML<meta>タグ