תגית <hgroup>
מאגדת בתוכה מספר כותרות <h1>
עד <h6>
ונועדה כדי ליצור כותרות משנה.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
קטגוריה | תגיות לארגון תוכן. |
---|---|
תוכן מורשה | <h1> <h2> <h3> <h4> <h5> <h6> |
תגיות הורים מורשות | תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית <body> . |
ממשק DOM | HTMLElement |
תארים
תגית זו נכללת ברשימת התארים הגלובליים.
-
דוגמא
<hgroup id="document-title"> <h1>HTML</h1> <h2>Living Standard — Last Updated 12 August 2016</h2> </hgroup>