Build a Cat Photo App - Step 14

Tell us what’s happening:

j’ai besoin d’aide pour cette etape je n’arrive a trouver le bon code

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
   <Everyone loves cute cats online>  <a href="https://cdn.freecodecamp.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>

<!-- 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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

Hey @DELFV, There is a mistake here… The tags are not in proper order and starting p tag is missing.
I suggest you to reset and try again. You edited something that was not supposed to be changed.

Hope this helps :sparkles:

I suggest you reset the step to get the code back to how it was.

Have a look at how you did the anchor tags in line 9 and try and do that for this step.

You only wrap the anchor tags around the existing text “cute cats” . Don’t write the text twice.