omg im so lost help me

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<img "https://www.freecatphotoapp.com/your-image.jpg"> 

>
<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_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

You need to read the instructions and use the url there rather than the one in the example.

Where is “src=” ? Where is the “alt” attribute? Why is there an orphaned “>” character above your <p> tags?

I would look at the img tag in the example and compare it to what you have. Can you figure out what you are missing?

Also, you are using the wrong image URL. Make sure to use the one included in the instructions.

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