Build a Cat Photo App - Step 14

Tell us what’s happening:

where do i put cute cats i dont know what an anchor text is??

Your code so far

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

<!-- User Editable Region -->

      <a>https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg</a> 

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

Challenge Information:

Build a Cat Photo App - Step 14

Welcome to the forum @9697301 ,

Here’s an example of an anchor element in your code:

Happy coding!

Hey buddy Here see how the href element is get used here and the text between is cat photos.

Here by using so you need to do add the words cute cats

Hope this helped you !!