Unable to run code

Tell us what’s happening:

im unable to run the code.It is saying your image should have a src attribute thst points to the kitten image.

Your code so far


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

<main>
<h2>Cat photo App </h2>

<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 (Linux; Android 10; vivo 1819) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hey @Sangeetha1!

You forgot the > at the end of the line of

You also need to get rid of the space between your opening quote and and your link

"https..."
2 Likes

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