Learn HTML by Building a Cat Photo App - Step 7

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

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.<elementName>.img</p>
      <elementName>.img

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

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

Challenge: Learn HTML by Building a Cat Photo App - Step 7

Link to the challenge:

Welcome!

I suggest resetting the step and following the instructions.

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

There is not any need for, and I am not sure where you got the information to add, < elementName> within the p element, and below the p element with a .img.

Here is what you start with to begin the lesson.

“< p>See more cat photos in our gallery.< /p>”

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

I hope this helps you.

Happy coding! :slight_smile:

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