Html-hn-tag

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

HTML-<h1>から<h6>タグ

説明

HTML <h1>〜<h6>タグは、HTMLドキュメントの見出しを定義するために使用されます。 <h1>は最大の見出しを定義し、<h6>は最小の見出しを定義します。

<!DOCTYPE html>
<html>

   <head>
      <title>HTML <h1> to <h6> Tag</title>
   </head>

   <body>
      <h1>Around the World</h1>
      <h2>Asian Countries</h2>
      <h3>India</h3>
   </body>

</html>

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

グローバル属性

このタグは、リンク:/html/html_attributes_reference [HTML属性リファレンス]で説明されているすべてのグローバル属性をサポートします

特定の属性

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

Attribute Value Description
align leftrightcenterjustify Deprecated − Specifies the alignment of the content enclosed.

イベント属性

このタグは、link:/html/html_events_reference [HTMLイベントリファレンス]で説明されているすべてのイベント属性をサポートしています。

ブラウザのサポート

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