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 galler </p> 
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 12; SM-M315F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

You don’t want to change anything about the p element. You appear to have deleted some characters from the end of the sentence and it looks like you split the element into two lines. I would restart the step to get the original HTML back. There is only one thing you want to do:

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

That’s it. If you are are doing any more than adding two spaces in front of the opening <p> tag then you are doing it wrong.

1 Like

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