I dont know why I am getting src attribute error. Please help

“Your image should have a src attribute that points to the kitten image.”
i think my image has a src attribute. I dont get it why the above error is showing.

My code:

<h2>CatPhotoApp</h2>
  <main>
    <img src="http://bit.ly/fcc-relaxing-cat" alt="Kitten image">

<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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

share the link of your code. or you can copy paste the code here.

this is the right answer though

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

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.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

you are not using the provided url. There is one character of difference but it is enough to say the url is wrong