--- title: '
: תגית לאיגוד כותרות' slug: Web/HTML/Element/hgroup translation_of: Web/HTML/Element/hgroup ---
{{HTMLRef}}

תגית <hgroup> מאגדת בתוכה מספר כותרות <h1> עד <h6> ונועדה כדי ליצור כותרות משנה.

{{EmbedInteractiveExample("pages/tabbed/hgroup.html", "tabbed-standard")}}

 

קטגוריה תגיות לארגון תוכן.
תוכן מורשה {{HTMLElement("h1")}}
{{HTMLElement("h2")}}
{{HTMLElement("h3")}}
{{HTMLElement("h4")}}
{{HTMLElement("h5")}}
{{HTMLElement("h6")}}
תגיות הורים מורשות תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}.
ממשק DOM {{domxref("HTMLElement")}}

תארים

תגית זו נכללת ברשימת התארים הגלובליים.

דוגמא

<hgroup id="document-title">
  <h1>HTML</h1>
  <h2>Living Standard — Last Updated 12 August 2016</h2>
</hgroup>

ראה גם