Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

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



<!-- 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/116.0.0.0 Safari/537.36 OPR/102.0.0.0 (Edition std-1)

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

Link to the challenge:

It doesn’t appear that you have made any changes to the HTML. Was this post a mistake? Or did you have a question about this step?

Wait, maybe I am wrong. Perhaps you added a couple of new lines below the p element? If so, that’s not exactly what the instructions were asking you to do. Reread the instructions and try again. If you don’t understand something about the instructions then please ask your question here.

this is my first time here. my bad

The challenge asks you to indent your

element.

You can indent an element by adding spaces before it.

In this case you just need to add spaces before

so it becomes aligned with the elements above it. This is called indentation.