Learn HTML by Building a Cat Photo App - Step 4

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

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

    <!-- 
    <p> Add link to cat photos See more cat photos in our gallery.</p> 
    -->
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to our community!

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

hello and welcome to fcc forum :slight_smile:

  • wrong implementation, “p” element needs to be outside of “comment”

lets refer to instruction explanation

A comment in HTML starts with <!-- , contains any number of lines of text, and ends with -->

  • which you have it in here, good job :slight_smile:

lets refer to instruction example

For example, the comment <!-- TODO: Remove h1 --> contains the text TODO: Remove h1

  • which you have it in your attempt but not “correct” implementation of whats been asked

now again, lets refer to instruction

Add a comment above the p element with this text:
TODO: Add link to cat photos

  • only add “comment” above “p” element

i would recommend you “restart” and give it an another go, happy learning :slight_smile: