<hgroup>: 見出しグループ要素
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
試してみましょう
属性
この要素にはグローバル属性のみがあります。
使用上の注意
<hgroup>
要素は、見出しと副次的な内容(副題や代替タイトル、キャッチフレーズなど)をグループ化することが可能です。これらのコンテンツは、 <hgroup>
要素内の <p>
要素として表現されます。
<hgroup>
要素自体は、ウェブページの文書のアウトラインに影響を与えません。むしろ、 <hgroup>
内で許可されている単一の見出しが文書のアウトラインに寄与します。
例
html
<!doctype html>
<title>HTML Standard</title>
<body>
<hgroup id="document-title">
<h1>HTML: Living Standard</h1>
<p>Last Updated 12 July 2022</p>
</hgroup>
<p>Some intro to the document.</p>
<h2>Table of contents</h2>
<ol id="toc">
…
</ol>
<h2>First section</h2>
<p>Some intro to the first section.</p>
</body>
結果
技術的概要
仕様書
Specification |
---|
HTML Standard # the-hgroup-element |
ブラウザーの互換性
BCD tables only load in the browser