Can't do this PLS HELP ME

HELP!HELP!!HELPPPPPPP!!!
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img><scr>https://www.freecatphotoapp.com/your-image.jpg<alt>A business cat wearing a necktie.">



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

Challenge: Add Images to Your Website

Link to the challenge:

HI @Yati !

Welcome to the forum!

You have a few errors.
I would reset the lesson.

This is the basic structure for an img tag.

<img src="url goes here" alt="descriptive text goes here">

When you try the lesson again, pay close attention to the example I gave you.
You should not have a > after the src attribute

This is incorrect.

Also, be careful of your spelling.
It should be src not scr.

Also, you should not have a > at the end of the alt attribute
This is incorrect.

As you are creating your image tag, you will need to pay close attention a make sure the basic structure is correct.

Hope that helps!

1 Like
<h2>CatPhotoApp</h2>
<main>
<img src="url goes here" alt="descriptive text goes here">



<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>

Hi hope this help's so copy and past this.

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