Latest web development tutorials

HTML <hgroup> tag

Examples

Use <hgroup> title combination:

<hgroup>
<h1>Welcome to my WWF</h1>
<h2>For a living planet</h2>
</hgroup>

<p>The rest of the content...</p>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

IE 9, Firefox, Opera, Chrome and Safari support <hgroup> tag.

Note: IE 8 or earlier versions of IE browser does not support <hgroup> tag.


Tag definitions and instructions

<Hgroup> tag is used to group elements title.

When there are multiple levels of title (subtitle), <hgroup> element is used for a range of <H1> - <H6> elements are grouped.


Differences between HTML 4.01 and HTML5

<Hgroup> tag is new in HTML 5 tag.


Global Properties

<hgroup> tag supports HTML global properties .


Event Properties

<hgroup> tag supports HTML event properties .