Unable to proceed further

Tell us what’s happening:
I followed the instructions yet I Keep on getting an error

<h2>CatPhotoApp</h2>
<main>
<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="Adorable Kitten">
  <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>

<h2>CatPhotoApp</h2>
<main>
<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="Adorable Kitten">
<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 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0.

Challenge: Add Images to Your Website

Link to the challenge:

Hey @SMK ,

You have to set the given src attribute.
Try with that again and reply to me when you solved or not.

Thank you Rajat for responding.

How do I do that?

I know nothing about coding, signed up 30 mins ago.

Replace this with the given link

Also change your alt attribute to “relaxing cat”

Hey @eliasaden7 ,

No, its not necessary.
You can set what you want.

Instructions:

Now set the src attribute so that it points to the url https://www.bit.ly/fcc-relaxing-cat

Your code:

You need to use the exact url provided rather than the un-tiny version.

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