I am lost I have been trying for the past today, and I do not understand what is it that they are asking here. Please help

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</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 browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 11

Link to the challenge:

“Add the anchor text cat photos to the anchor element.”

To add text to an element means to put text between the element’s opening and closing tags. You did that, but you also added a space and < before “cat photos”. Was there a reason you added these extra characters?

because it wasnt taking it I guess, but I restarted the whole thing and followed your directions and it worked. Thank you.

cat photos

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