Learn HTML by Building a Cat Photo App - Step 12

it keeps saying to ad ‘see more’ before the anchor element and i cant do it right:
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>Everyone loves cute cats online!</p>
      <a href="https://freecatphotoapp.com">See more>cat photos in our gallery</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>
`


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

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!

I cant add the words ‘see more’ and ‘in our gallery’ before and after the anchor element. What is an anchor element? Is it the ‘cat photos’ part? It is in the line 8 and i dont know where to put the words. Thank you for your help

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>
      <a href="https://freecatphotoapp.com">cat photos</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>

Your mobile information:

SM-A115F - Android 11 - Android SDK 30

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

Link to the challenge:

Post

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!

1 Like

What is wrong with my code. Please help me out. Correct my mistake

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

SM-A115F - Android 11 - Android SDK 30

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

Link to the challenge:

Hey Buddy, First the S should be capital

Second kindly do add space between text and open anchor tag.

Third add the space after closing anchor tag.

Hope you got your answer.

2 Likes

Thank you so much it indeed did help :blush:

1 Like

I have merged your three topics together, please open only one topic per step

1 Like

Hi there,
You just need to follow EXACT instruction i.e capital & small letters as indicated & the spaces too…
Dont look further for complication just add the word “See more” and “in our gallery” as asked
I hope it helps