Src always get corrupt why

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<img src="https://www.freecatphotoapp.com/your-image.jpg"> alt="A business cat wearing nectie.">
<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 (Linux; Android 7.0; SAMSUNG-SM-G920A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

1 Like

image
Hi, as per instruction the src should point to this link: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

1 Like

Because you are not reading carefully :wink:
First off, that’s not the src you are supposed to use - read the text again.
Second there is a random “>” within, which I assume you accidentally copied - read your code again.

Computers are dumb and can be thrown off by even the slightest of errors. So paying close attention is highly important.

1 Like

Well yes it’s my fault i,m using wrong url🤦‍♀️ well thanks for help.

1 Like

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