Anyone who can help me in level 7

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
  <img
  src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up.">

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website

You have the img tag, now change the url inside the src="", see the instruction for the url to put inside src

These are the steps, try reading that,

Insert an img tag, before the h2 element.

Now set the src attribute so that it points to this url:

https://bit.ly/fcc-relaxing-cat

Finally don’t forget to give your image an alt text.

need an example or i will not understand

Do you see the src=“” attribute inside img tag ??

Now add this link inside the src, it will be like this src="the link"

1 Like

yes level compleated thank u

help me in level 9 how should i do it

Post the link of what you did not understand, and i recommend you to try the maximum and if you did not understand you can always come up here

https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-internal-sections-of-a-page-with-anchor-elements

Did you try any code.??

i don’t know which code should i try

<h2>CatPhotoApp</h2>
<main>
  
  <img src="https://bit.ly/fcc-relaxing-cat" alt="">
  <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>

I have replied to you in the other post