Is there something that I am missing besides the cat?

I have tried with pretty much everything and nothing is working! is there something in the code that I did wrong?
I am fairly new to this and I couldn’t find anything that I was missing. if you guys have any similar problems please let me know what is wrong that I did to my code thank you!

Your code so far


<h2>CatPhotoApp</h2>
<main>
	<img src="https://www.your-image-source.com/your image.jpg"alt="Author standing on the beach with two thumbs up.">
<img src="https://bit.ly/fcc-relaxing-cat"alt="fcc-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 (X11; CrOS aarch64 12739.111.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

you added the example img which won’t work. You have to create a new <img/> tag with the given src link and any related text in the alt attribute

thank you for the help!

1 Like