Learn HTML by Building a Cat Photo App - Step 12

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

iPad - iPadOS18.0

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

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-12k

Guys I’m stuck on this step, can anyone help me out with step.

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!

Welcome to the forum @sgurpartap01

Add the words See more before the anchor element and in our gallery after the anchor element.

For this step you need to add some text before and after the anchor element.

Let the forum know where you are experiencing difficulty.
Learning to code is like learning a new language, in the beginning not much may may sense, we’ve all been there.

Happy coding

I’m not able to figure it out that what is anchor element. Can you please tell me what is anchor element and where should i put those words.
Thanks
Gurpartap Singh

Above line of code is an anchor element. You need to add the words See more before the opening anchor tag and the words in our gallery after the closing anchor tag.