Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Hello, here we are at the beginning of our journey haha. How else am I supposed to write the requested text?

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>
      <p>see more </p>
      <a href="https://freecatphotoapp.com">cat photos</a>
      <p>in our gallery</p>
      <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 mobile information:

iPad - iPadOS17.7.2

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

Link to the challenge:

You only need to add the text in this step. Remove the p tags. Look at the spacing on your text.

1 Like

So I already tried writing “see more “ in the row above and besides the item, I tried “in our gallery” also right after it with and without space as well as the row under. What am I doing wrong?

It had a capital letter I think at the start. Look at the spacing as well.

1 Like

Right on ok I’ll take the capital letters more seriously and just as I was about to ask when to use p command the next step is about that thank you for the help, first hiccup haha let’s gooo

Yes that’s a bit of an odd step as it’s usually wrong to not put the tags around but I guess it’s only step 12.

1 Like

Howdy I’m back to say hi real quick, we’ve been doing just fine thanks again NEVER GIVE UP!!

1 Like