Adding images to the web page

What does it means when it says, “Your image should have a src attribute that points to the kitten image.”
Please help me out with this problem. I’ve been stuck with this for hours

Hi @shabrajiffrey!

Welcome to the forum!

It would help to see your code.

<img src="https://bit.ly/fcc-relaxing-cat" alt="relaxing cat">
This is how I coded it.

Hi, based on your question I am guessing you are on this specific challenge below:

In your newest reply you have successfully embedded an image, as evidenced by the image, instead of code. When I inspected the element it seems like this is the code you used in the reply:
<img src="https://bit.ly/fcc-relaxing-cat" alt="relaxing cat">;
which would pass the test you are stuck on.

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

Yes exactly this is how I coded it but I get a msg saying your image should have a src attribute…
Plz help me out with this

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

Also make sure that your browser is up to date.

For future challenges,

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Hi @MatchaCrisp!

I have also edited your code with backticks so you don’t have to use html entities ( like this &lt;)