Please help i just dont understand what am i supposed to do just tell me

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 <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</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/102.0.5005.115 Safari/537.36

Challenge: Step 14

Link to the challenge:

tell us the error message it gives you

remove " . " from the code in the link declaration line

It won’t really help you learn if we just tell yo what to do. You want to turn the image into a link. Do you see how you turned the words “cat photos” into a link in the p element above the image? You will do the same thing for the image.

i didnt do anything yet adn the dot was already there and this is the hint it gives me : Your anchor (a) element should have an opening tag. Opening tags have this syntax: <elementName>.

ı meant help me not tell me all the details. sorry I misrepresented myself

A cute orange cat lying on its back.
i did this and it worked thank you

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