html5<hgroup> tag


  Translation results:

group

UK[gru:p] US[ɡrup]

n. Group, group; group, batch; (sculpture, etc.) group portrait; ( British and American) air force brigade

vt.& vi. to form a group, to gather

vt. to classify, to categorize

html5<hgroup> tagsyntax

Function: The <hgroup> tag is used to group the titles of web pages or sections.

Note: Please use the <figcaption> element to add a caption to the element group.

html5<hgroup> tagexample

<!DOCTYPE HTML>
<html>
<body>

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

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

</body>
</html>
Run instance »

Click the "Run instance" button to view the online instance

Home

Videos

Q&A