Ramones: Hey! Ho! Let's Go

code:

<html5-h>Ramones: Hey! Ho! Let's Go</html5-h>

This page uses the recommended, stand-alone version of <html5-h>. You should use this if: you are working in a HTML5 environment; all your sectioning is done via HTML5 sectioning elements and JavaScript will be available.

If any of these conditions are not met, we suggest you use the fallback version, which extends <h1> instead. More information can be found in the README.

Heading text level 1
Heading text level 2
Heading text level 3
Heading text level 4
Heading text level 5
Heading text level 6

code:

<html5-h>Heading text level 1</html5-h>
<section><html5-h>Heading text level 2</html5-h>
  <section><html5-h>Heading text level 3</html5-h>
    <section><html5-h>Heading text level 4</html5-h>
      <section><html5-h>Heading text level 5</html5-h>
        <section><html5-h>Heading text level 6</html5-h>
        </section>
      </section>
    </section>
  </section>
</section>