Hello i didnt understand

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

Challenge: Add Images to Your Website

Link to the challenge:

what is confusing you? what do you understand instead? what have you tried so far?

i watch the video from the first lessom until this and the only thing in this to add images to ur website i couldnt do i didnt understand plz help me to understand

the image element is added using the <img> tag, it’s self closing so just one tag is needed. Inside the tag, you need to add a src attribute with the url of the image, and an alt attribute with the alternative text to use when the image can’t be displayed/for screen readers