Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

I tried many times to submit my second but it does not accept. And I am always asked to try again. What can be the problem here ?

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>most important heading element</h1>
    <h2>second most important heading element</h2>
    <h3>third most important heading element</h3>
    <h4>fourth most important heading element</h4>
    <h5>fifth most important heading element</h5>
    <h6>least important heading element</h6>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Hi. Welcome to the forum.

You have typed out the example code. Look at the last sentence in the instructions for what you need to do. I suggest you reset the step to get your code back to how it was and try again.

Welcome :heart:
you should only have the h1 element with an opening and closing tag.
i hope this helps you :smile: