Please help me I'm so confused

Tell us what’s happening: Tests suggest that I add a src to my img file that points to the link. I’ve typed it in the same as the example and it still tells me I have no src that points to the link

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-realxing-catcute" 
alt="cute relaxed cat">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13597.94.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

You have some misspellings in your url. When I fix those, your code passes for me.

This URL is not correct see the URL provided by the instructions to pass the tests it passes for me if I do that

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