<!DOCTYPE html>
<html>
<head>
<style>
hgroup {
display: block;
}
</style>
</head>
<body>
<p>An hgroup element is displayed like this:</p>
<hgroup>
<h2>Norway</h2>
<p>The land with the midnight sun.</p>
</hgroup>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>