Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I can’t add “see more” before the anchor element and "in our gallery"after the anchor element

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

   see more<a href="https://freecatphotoapp.com">cat photos</a>in our gallery

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

hello and welcome to fcc forum :slight_smile:

  • some “spaces - 2 to be exact” are missing
  • add one after “more” and add another before “in” from given text

happy coding :slight_smile:

Appreciate but it not working

Hello!

Can you show us your updated code please?

code removed by moderator

Don’t forget the p tags

You need to write the uppercase S

hi @Midnight_Comments

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.


PS: while it passes, p elements are not needed for this step

1 Like