Cat photo src trouble

I’m having some trouble with inputting an src

<img src="https://bit.ly/fcc-relaxing-cat"alt="relaxing cat">

Every time I attempted to run the program, it still asked for src attribute points to the kitten image.
Can someone help me?

Hi @sharkdrake465,
next time link the exercise you are having trouble with.
From what I see the cause could be that the initial quotes (”) in src and alt are different from the final quotes ("). :wave:

Please include your full code. Thanks.


This looks like the wrong URL.


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.

You can also 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 (’).

Thank you for doing it for me.

How can I fix that if the problem still occurs?

Link the challenge with the error you received so let’s try to understand.

Did you see this part that I wrote?

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