Hello, i just need some help

Tell us what’s happening:

Hello, i just started using your website, i m not kinda familiar with scripting, but i have a problem. " Your image should have a src attribute that points to the kitten image." - i really don t know what i have to do, i tried to even copy paste the example but i guess is bugged.

Your code so far


<img src="https://www.your-image-source.com/your-image.jpg" alt="An image"/>

<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.191.

Challenge: Add Images to Your Website

Link to the challenge:

never mind, it was my bad, the link i inserted was not the right one

1 Like

They were giving an example of how to format the img tag.

They want you to change the src to the following website: https://bit.ly/fcc-relaxing-cat

Like so:

<img src="https://bit.ly/fcc-relaxing-cat" alt="Author standing on a beach with two thumbs up.">```