Learn HTML by Building a Cat Photo App - Step 14

Can someone please help with this because it keeps saying it must be in the first p 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><a href='https://cdn.freecodecamp.org/curriculum/cat-photo-app/runing-cats.jpg'>cute cats</a>
      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> 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:

SM-A720F - Android 8.0.0 - Android SDK 26

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

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-14[quote=“harithadasariharitha, post:1, topic:738361, full:true”]

Tell us what’s happening:

i am not getting this trick please help me to find out the answer

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

     <p>Everyone loves cute cats online! 
     <a href"https://cdn.freecodemap.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a></p>
       

<!-- User Editable Region -->

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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

[/quote]

Hello there!
Welcome to our forum.
I see two code blocks, can you clarify the code block to be debugged?

1 Like

Please look at the instructions again carefully:

Turn the existing text cute cats into an anchor element

Hello, read and understand carefully you’ll do it

you did this already, now you need to do again the same thing