I am not sure what the issue is

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>
   <a href=https:freecatphotoapp.com" <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."> </a>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 12; SM-G975U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.78 Mobile Safari/537.36

Challenge: Step 14

Link to the challenge:

I don’t see the > that closes your open anchor tag, before you start your img.

Hi Kevin,
I tried to add the at the end before the beginning of the <img src … and recieve a error messgae saying I deleted the image.
I am so lost.

Thank you for assistance with the html lessons.

Rebecca

What is your updated code? You ales have a missing " around the url.


It really helps if you fill out the Tell us What’s Happening

1 Like

Thank you Jeremy. Sorry about that Jeremy. Let me try again and see what I am doing wrong.

Thanks again.
Rebecca

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