Basic HTML and HTML5 - Add Images to Your Website

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

Your code so far
add image

<main>
  
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="freeCodeCamp logo">
<img src="https://images.unsplash.com/photo-1597626259989-a11e97b7772d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=580&q=80.jpg" alt="kitten image"> 
<p>kitten image</p>
  </main>

Your browser information:

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

Challenge: Basic HTML and HTML5 - Add Images to Your Website

Link to the challenge:

Capture
i could not under stand that how its solved, please help me and give me its solution

You deleted all the text in the two p elements. You definitely don’t want to do that. I would reset the code to get them back. You’ve added two images when you should only add one. The image you add should have a src attribute set to https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg.

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