I cant run the image from browser.. and the src is keeping on stucking

Tell us what’s happening:

Your code so far


<h1>Catphotoapp</h1>
<main>
<img
src="https://www.freecatphotoapp.com/your-image.jpg" alt="a business cat wearing a nicktie.">

<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 6.0.1; SM-A500H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.93 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

1 Like

Hey there @Garang!

You forgot to add the kitten photo. :grinning_face_with_smiling_eyes:

Make sure you replace src="https://www.freecatphotoapp.com/your-image.jpg" with the link to the kitten image.

Hope this helped!
Best,
Cy499_Studios

Kindly what about the src

1 Like

What do you mean?

The src="" is a part of the <img> that directs where’s the source of the img whether it be local files or a picture from the web, in this case the link to the website would go between the "" in the src.

Also, in this case the proper URL is https://bit.ly/fcc-relaxing-cat, this is the link you need to replace the https://www.freecatphotoapp.com/your-image.jpg" with.

1 Like

Here’s a link to an MDN article all about the <img> tag:

1 Like

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