Learn HTML by Building a Cat Photo App - Step 12

It aks to add the words SEE MORE before the anchor and IN OUR GALLEY after the anchor element but I cannot figure it what is the anchor element or if I have to type something extra.

Your code so far

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

iPad - iPadOS17.5.1

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

Link to the challenge:

An anchor element is the thing you were working on in Step 10 and Step 11.

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