Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

can’t understand what’s wrong with the code. I did it with the given instructions

Your code so far

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

<!-- User Editable Region -->

    <!-- TODO: "https://www.petage.com/wp-content/uploads/2019/09/Depositphotos_74974941_xl-2015-e1569443284386-670x627.jpg" -->
    <p>Everyone loves cute cats online!</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/138.0.0.0 Safari/537.36 Edg/138.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi @Mrudhula_21 and welcome to our community!

The instruction for this step:

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

That is the precise text that should be in your comment, not a url.

1 Like