Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.
I don’t know what im doing wrong.
Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <main><h1>cat photos</h2>      <p>see more cat photos in our gallery</h1><p> see more cat in our gallery</p>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
    

<!-- 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/114.0.0.0 Safari/537.36 Edg/114.0.1823.58

Challenge: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

You moved the p element. You definitely don’t want to do that. I would restart the step to get the original HTML back.

The only thing you want to do is:

“Use the space bar on your keyboard to add two more spaces in front of the p

I’m not sure I could rephrase that to make it any clearer? If it doesn’t make sense to you then please let us know what you don’t understand.