Learn HTML by Building a Cat Photo App - Step 14

**pls help me out more than 2 days in this step
Full explanation pls

Your code so far

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

Your mobile information:

Infinix X6517 - Android 12 - Android SDK 31

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

Link to the challenge:

Hi,
reset this step and use an anchor element ( <a></a> ) to turn “cute cats” into a link.
an anchor element looks like this:

<a href="your link">your text.</a>

Hope this helps!

2 Likes