Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I can’t understand what should i do for this step?

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

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

<!-- 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

You shouldn’t wrap the words in elements. Just plain words

i put the plain words and when subbmitting the code i get the "You should have the words See more before the anchor element. "

1 Like

Hi there and welcome to the FCC forum. If you have any questions about specific curriculum challenge, create your own topic to the challenge step using Help button. That button appears below the challenge editor, when you try to submit the wrong code more than three times.

1 Like

Hey Buddy, Here kinldy do follow the given instructions.

You are instructed to add word See more before anchor tag and in our gallery after anchor tag .

But you no need to wrap them in heading element
Hope You Understand.