Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

i have already solved the it and it keep telling me that i am wrong

Your code so far

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

<!-- User Editable Region -->

 
 <!-- TODO: Add link to cat photos -->
 

<!-- 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/130.0.0.0 Safari/537.36 OPR/115.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi there and welcome to our community!

You should have a p element below the comment which you’ve added, but you seem to have lost it. Hit the Reset button to restore the starting code for this step and then add the comment again, without removing the p element.

1 Like
<!-- TODO: Add link to cat photos -->
<p>This is the paragraph element.</p>

you should maybe reset the step, there was a p element and it disappeared, you can’t pass the tests without the p element that was there at the start of the step

1 Like