Learn HTML by Building a Cat Photo App - Step 4

Can anybody help me?
Where do I put the “P” element , so can anybody tell me where to put it?

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:

I would take another look at the directions which say

" Add a comment above the p element"

Where is your comment?

Basically, it’s just asking you to add a comment above your p tag

1 Like