Horje

How to create HTML <hgroup> Tag

Use the hgroup element to mark that the heading and the paragraph are related
index.html
Example: HTML
<hgroup>
  <h2>Norway</h2>
  <p>The land with the midnight sun.</p>
</hgroup> 

Output should be:

How to create HTML <hgroup> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin