Build a Cat Photo App - Step 14

Tell us what’s happening:

I am unable to resolve step 14 the statement says that cute cats should be an anchor element and it is

Your code so far


<!-- User Editable Region -->

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

 <a href="https://freecatphotoapp.com"
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  
    <p>cute cats<a> href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"/a></p>

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

<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 14

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/671141feba228a35cefba82d.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @teresaalexander45

Where is the rest of the paragraph text.

Please reset the step to restore the seed code and try again.

You can use the anchor element in the second paragraph as a guide to structure your code.

Happy coding

<main>

  <h1>CatPhotoApp</h1>

  <h2>Cat Photos</h2>

  <!-- TODO: Add link to cat photos -->



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



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

HI Buddy, Is there still problems are you facing ?

If yes, then can you tell me what is that problem ?