Learn HTML by Building a Cat Photo App - Step 7

Hello, I need help with my html code. These are the instruction about my code:

You can add images to your website by using the img element. img elements have an opening tag without a closing tag. A tag for an element without a closing tag is known as a self-closing tag.

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

and this is where it needs to be applied:

  <p>Click here to view more cat photos.</p>

hi there, I was doing the same step too. basically, all you need to do is to type in below

and submit. if it doesn’t work, restart the step. i tried submitting for few times and it worked!

Reset the step just in case, then type

   <img>

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