Add Images to Your Website, tester cant see my alt text

Hi to all, guys, i have no ideas why my code isnt working, tester said me that my alt shouldnt be empty, but it isnt empty, i tried to comment src, and i saw my alt text, so what is going on with this task? what i should to do to pass this task?
p.s. sry for gramma, english is not my native language, and have a nice day.

type or paste code here

<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<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 code so far**
      
```html

<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<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/87.0.4280.66 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

@epicfail991 You can’t see alt if the photo’s link is exit. Like this
"Exiting
the code of the exiting photo is

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

And you can see the alt if the photo’s link is not exit. Like this
This photo link is not exit
The code of the not exiting photo is

<img src="www.photo.com/cat-photo" alt="This photo link is not exit">

Hope This Help

its looks like a little bit misunderstood, i said that i commented (< ! – -->) my src in img tag, to see is my “alt” text work properly, and it works properly, but i cant pass the task, becorse tester on task say me that my alt shouldnt be empty, but it isnt empty and its written without mistakes, as in instruction, why i cant pass this task, where is my mistake?

It is working in my browser Chrome. I deleted

**Your code so far**
```html
1 Like

Your code is passing for me as well. I would reset the challenge and try again. You can just copy-paste your code in after resetting.

1 Like

Problem solved. I have no idea how, i just copied my code and reset task and then paste my previous code and tester approved it.
Thanks a lot to u guys, have a nice day and a nice coding)

1 Like