Build a Cat Photo App - Step 14

Tell us what’s happening:

je veux Bien comprendre cette question sur ce formule

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>

<!-- User Editable Region -->

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

<!-- 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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

reset the step, you lost <p>Everyone loves cute cats online!</p>

you need to do with that p element the same thing you did here:

Hi buddy, See here how the anchor tag is being used in the p tag so here you need to convert the cute cat like this one over here..

<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

Hope You will see the changes in the code…

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.