How to add image on this website

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

  **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>
<img> src=''https:www.freecatphotoapp.com/your-image.jpg">
<img> src="https://www.freecatphotoapp.com/your-image.jpg alt="A business cat wearing a necktie.">

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


These image tags are incorrect

  1. You need to place the attributes, such as src and alt inside of the tag.

  2. You need to use double quotation marks " instead of two single quotation marks ''.

Hello there… Tags are used incorrectly. In fact, it should be:

<img src=''https:www.freecatphotoapp.com/your-image.jpg">
<img src="https://www.freecatphotoapp.com/your-image.jpg alt=“A business cat wearing a necktie.”>

After opening the <img tag, you should not close it until you have finished the relevant codes.

Good work

Please don’t necro old topics to repeat information that has already been given. Thanks.