Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

I don’t get that where did I go wrong it’s likee the p placement or adding this to the I understand the use of this comments but I did understand hw to use them

Your code so far

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

<!-- User Editable Region -->

    
    <p>Everyone loves cute cats online!</p>
    <p><!--TODO: Add link to cat phots
    -->/</p>
       

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi there,

You won’t need to create a new p tags, so remove the them. After that, place your comment:

at the top of the existing p tags.