Learn HTML by Building a Cat Photo App - Step 7

Tell us what’s happening:

I am stuck here , i need help adding img element .Please someone should help me out

Add an img element below the p element. At this point, no image will show up in the browser.

Your img element should have an opening tag. Opening tags have this syntax: .

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos       <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

      <img src"
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 7

Hi and welcome to the forum!

Please click the reset button to restore the code originally provided in this step.
After that add your new img element on the empty line below the paragraph element.

The img element should look exactly the same as the p element but it is called img. It does not need a closing tag.