SRCaLT question, what am I doing wrong?

Tell us what’s happening:

Your code so far


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

<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>

```Why will the test not take the code? I have the" src "pointing to the picture and the picture is visible along with the paragraph. What am I doing wrong?


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36</code>.

**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

First of All Welcome to Free Code Camp

In the Above<img> tag you have used alt Attribute. In that, you have to use " " for the text.

I hope this Would help you. :grinning:

you should use quotes in your alt attribute
alt="Cute kitten."