<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
    </head>
    <body>
        
        <h1>Hello, Hero Text 1</h1>
        <h2>Hello, Hero Text 2</h2>
        <h3>Hello, Hero Text 3</h3>
        <h4>Hello, Hero Text 4</h4>
        <h5>Hello, Hero Text 5</h5>
        <h6>Hello, Hero Text 6</h6>
        <p>Lorem ipsum dolor sit amet consectetur,
          autem rem quam hic reprehenderit exercitationem nemo eius? Sit!</p>

    </body>
</html>