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
I tried to follow the instructions to give six space before the opening comment, the system not give me pass

<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>
      <p>              

                                                                    
         
       

<!-- 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/112.0.0.0 Safari/537.36

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

Link to the challenge:

You should not have created a new <p> element. All you have to do is click in front of the existing <p> element that the challenge gives you, and press the space bar twice

Thanks so much, I got it. Can I contact you again if I have issues,

You can use the help button on any challenge you are having problems with. There are a lot of great, and knowledgeable people on here who will help answer questions. Im usually on here pretty often so you may get more help from me.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.