Edit in JSFiddle

<html>
    <head><title>mark tag in html5</title>
    </head>
    <body>
        <hgroup>
            <h1>This is h1 element.</h1>
            <h3>This is h3 element inside hgroup element.</h3> 
        </hgroup>
    </body>
</html>