I really need help again

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src='https://bit.ly/fcc-relaxing-cat/your-image-source.com/your-image.jgp' alt='Author standing on a beach with two thumbs up.'>

<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; WOW64; rv:66.0) Gecko/20100101 Firefox/66.0.

Challenge: Add Images to Your Website

Link to the challenge:

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

1 Like

i’ve tried but its not working

Its working for me,share the code here

That’s because you have a wrong URL , check it again!

you need to use the url in the instructions, otherwise you fail the test

i used it but still not working

should it before this <img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up.">

that’s the wrong url, the src should be the one you are said to use, not the one form the example

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

<img src='https://bit.ly/fcc-relaxing-cat/your-image-source.com/your-image.jgp' alt='Author standing on a beach with two thumbs up.'>

thia is what i did

Thanks i just did and it worked.

1 Like

here you are using img tag for inserting an image and the link required for this exercise is mentioned in the instructions.
the issue is only with your link in src attribute

you are not using the url given in the instructions
it’s the one in this sentence

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

You are not using it, so you are not seeing an image

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

Please use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks are not single quotes.

markdown_Forums

i saw the image of cat lying down. it came after i kept the right url

This would be helpful. Thank you so much