Html-section-tag

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

HTML-セクションタグ

説明

HTML <section>タグは、ドキュメント内のセクションを指定します。

<!DOCTYPE html>
<html>

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

   <body>
      <section>
         <h1>Java</h1>
         <h3>Inheritance</h3>
         <p>Inheritance defines the relationship between superclass and subclass.</p>
      </section>
   </body>

</html>

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

グローバル属性

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

イベント属性

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

ブラウザのサポート

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