Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

bonjour ,je m’obstine avec cet exercice mais je n’arrive pas à trouver la solution et j’ai déjà survoler les forums mais rien n’est clair quelqu’un pourrais m’aider en me pointant mon erreur s’il vous plait, merci d’avance.

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!</p>
      <p><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>
      <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:

Learn HTML by Building a Cat Photo App - Step 14

Hi there! :blush:

You’re almost there, but the lesson specifically asks you to turn “cute cats” into a link inside the existing <p> tag. Right now, you’ve created a new <p> and <a> tag instead.

Here’s what you need to do:

  1. Remove the extra <p> and <a> tags you added.
  2. Wrap “cute cats” inside the existing <p> tag with an <a> tag.

Try this fix, and your code should pass! Let me know if you need more help.

bonjour, je reviens vers toi car je suis complétement aveugle je ne vois toujours pas la solution à mon problème j’ai appliqué ce que tu m’a conseillé et cela ne fonctionne toujours pas. Merci pour ta pédagogie .