Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

i dont know what to do?

TODO : Add links to cats photos.

Your code so far

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

<!-- User Editable Region -->

    <!-- TODO : Add link to cat photos. -->
    <p>TODO : Add links to cat photos.</p>
    

    

<!-- 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/109.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi. You don’t amend the text of the existing p element. I suggest you reset the step to get the code back. You add the comment as you have done above the existing p element. The spacing and punctuation needs to be the same as in the instructions to pass.

1 Like

im sorry but im still new, i just started today, I honestly i dont know what to do.

You happen to have a typo in your code comment. A comment in HTML starts with:

1 Like

“<!–” - hope this helps

1 Like

Thanks, Are there like support groups for beginners, i’m getting stuck at basic steps and its frustrating.

Hi. No worries. Often it is about reading the instructions carefully on what they want. In t his case, the paragraph element, you have included the text of the comment in the p element as well as the comment. At the bottom t here’s a button to reset the step so you can get the code back to how it was, with the p element saying Everyone loves cute cats online!. Cut and paste your comment though if you want to save it as you have done that right but you need to check you have written the text and spacing exactly. It might be helpful to cut and paste the comment text from the instructions. Your syntax around the comment is correct.

We provide support for new users. You can raise a question on the forum whenever you’re stuck. If you are still stuck on this step just reply to this thread.

You have done the comment right. Just do it again above the p element

you will need to reset the step, you changed the content of the p element

for the content of the comment, you are almost there, but it needs to match exactly, that means removing the space before the colon and removing the period at the end