Hey pls can someone help me out here

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img scr="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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Innocent typo :slight_smile: Use the src Luke.

1 Like

pls like how i have not understand

Sorry, I shouldn’t have assumed that everyone understands a Star Wars reference.

<img scr="https://bit.ly/fcc-relaxing-cat"

There is a typo. That should be the src attribute.

yeah that’s the image link and i have try to put that in the alt but still not going pls what can i put in it

you can check the photo up pls

<img scr="…">

Look closely at the bold scr above. That is not the correct way to spell the src attribute.

scr
src

Hopefully this comparison will allow you to see the difference.

thanks my bad yoo i didnt even check until i was wondering whats the problem (:smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.