Copied Video for img Element; Test Still Fails

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>

<img src=https://bit.ly/fcc-relaxing-cat alt=Relaxing cat.>
<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/84.0.4147.105 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Have you tried surrounding the values of the attributes in quotations?

For example: class=“awesome” or type=“button”

Also, try not having any spaces in those values:

For example, instead of “red button” try “red-button” or “red_button”

still not working… omg this stage is giving headache.

Hi there @VladSebastian

as it was mentioned above, the URL of the image should be in quotations-
<img src=“path” and also alt=“description”

general syntax should be like this:

<img src="you path to file" alt="alternative description">

hope that helps

1 Like

I finnally solved it ! the problem was that i wasn’t using the quotation marks…

THAAAANK YOOOUUU
IT WORKED AFTER HOURS!!! lol