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>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
           <p>See more cat photos in our gallery.</p>.     
    </main>
  </body>
</html>

Your mobile information:

Infinix X6511B - Android 11 - Android SDK 30

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

you just have to add two spaces from your keyboard before the p tag in line 7

See more cat photos in our gallery.

1 Like

Welcome to the fcc forum. :partying_face:

Here this step is try to telling you about indentation,
So kindly you need to put your p tag as you have your html comment.

Indentation helps us to organize our code.

Second this is kindly remove the fullstop after your closing p tag

</p>.

Hope this helps you. :blush:

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