Add Images to Your Website - alt text

Tell us what’s happening:

I’m really not sure why it won’t complete the test run properly? It seems to be the same as what it is in the video? I’ve tried with and without the / to close it.

Your code so far


<img src=“https://bit.ly/fcc-relaxing-cat“ alt=“relaxing cat” />

<h2>CatPhotoApp</h2>
<main>


	<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 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/73.0.3683.68 Mobile/15E148 Safari/605.1.

I think the quotation marks you’re using might be the issue: doesn’t appear to be valid – you should use " instead

I’m doing it on my phone…I don’t have any other quotation marks? Hm. I shall probably have to wait until I get to use a proper computer to try it out. Thanks :slight_smile:

Maybe its because the close tag is spaced to far? Try like this maybe:

<img src=“https://bit.ly/fcc-relaxing-cat“ alt=“relaxing cat”>

edit: i tried like that in the excercise and it passed properly