Add Images to Your Website - I thought I got it right

Hello, what am I doing wrong?

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 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

2 Likes

Welcome to the community!

I copied and pasted your code, and it passed all the tests for me. What specific tests are failing?

Also, if it’s failing in one browser, try another browser just to be safe.

Hey @meeplyn, your code passes for me. The reason you are not passing is because of two chances: either this is a bug, or this is a problem with your browser.

Can you please try disabling any ad blockers or extensions installed in your browser. Sometimes, extensions and ad blockers clash with freeCodeCamp’s challenges.

Please reply whether this resolves your issue or not.

Your code seems all right. There must be some other issue.

I opened up a new browser today and used the same code. It passed! Thank you.

1 Like