What is wrong in it

Tell us what’s happening:

  **Your code so far**

<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>
<img src="https://bit.ly/fcc-relaing-cat" alt="Kitten>"
 <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>
<img src="http:/www.freecatphotoapp.com/your-img.jpg"alt="A business cat wearing a necktie">
</main>

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

HI @lbokoraput !

Welcome to the forum!

A few things.
You only need to add one img tag not two.
The url here

is incorrect.

The correct one is this
https://bit.ly/fcc-relaxing-cat

You have a syntax error here

The quotes go before the > sign.

This is the proper structure for an img tag.
<img src="url" alt="description">

There is a mistake in you first alt. You gave > before the "

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