Html-head-tag

提供:Dev Guides
2020年6月23日 (火) 01:57時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

HTML-<head>タグ

説明

HTML <head>タグは、HTMLドキュメントのヘッドセクションを示すために使用されます。 ヘッドタグ内に含まれるタグは、ブラウザウィンドウに表示されません。

<!DOCTYPE html>
<html>

   <head>
      <title>HTML head Tag</title>
   </head>

   <body>
      actual content goes here
   </body>

</html>

これは、次の結果を生成します-

特定の属性

HTML <head>タグは、次の追加属性もサポートしています-

Attribute Value Description
profile URL Specifies the URI/URL of one or more meta data profiles. It is not supported in HTML5.

ブラウザのサポート

Chrome Firefox IE Opera Safari Android
Yes Yes Yes Yes Yes Yes