Html-head-tag

提供:Dev Guides
移動先:案内検索

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