Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

help me i cant pass the step 4 i try to much but i fail how i sove this step TODO: Add link to cat photos

Your code so far

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

<!-- User Editable Region -->


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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hello! You should move your text inside the h3 element and put it inside the p element.

1 Like

Hi there!

You have modified the paragraph element.

You added the comment correctly as per challenge instructions.

But you have modified your existing paragraph p element. Reset the challenge step only add a comment above the paragraph element.