Learn HTML by Building a Cat Photo App - Step 12

Im on step 12 and it says:" After nesting the anchor (a ) element, the only p element content visible in the browser should be See more cat photos in our gallery. Double check the text, spacing, or punctuation of both the p and nested anchor element."
Im so sorry but Im looking at it and adjusting for over half an hour and I can’t figure it out please help me:

CatPhotoApp

Cat Photos

cat photos See more cat photos in our gallery.

link to cat pictures A cute orange cat lying on its back.
1 Like

post the code too (and if you did, do it in the space where it says to be formatted)

1 Like
  <p><a href="https://freecatphotoapp.com">cat photos</a> See more cat photos in our gallery.</p>
  <a href="https://freecatphotoapp.com">link to cat pictures</a>

I did but it turned into the preview ^^my bad, this is the problematic area, I hope it didnt turn into the preview again

1 Like
<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p><a href="https://freecatphotoapp.com">cat photos</a> See more cat photos in our gallery.</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

and this is the full code

1 Like

ok so between the first p and a there should be "See more “, then delete See more from " See more cat photos in our gallery.” and it should work, if not tell me

4 Likes

omg…thank you bro
Im stupid you helped me

2 Likes

Hey There,

Make sure to meticulously review the text, spacing, and punctuation of both the paragraph and nested anchor element in Step 12 to ensure the desired visibility in the browser – just like ensuring a flawless download/install experience for a critical app…Best Blog.

Good to see thiss!

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