Learn HTML by Building a Cat Photo App - Step 4

I can’t understand the rest of the exercise, I would appreciate any help or guidance

my code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- -->
    <p>Add link to cat photos.</p>
   
   
  </body>
</html>

browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

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

Link to the challenge:

You are meant to add the comment text between these characters.

Instead you modified the paragraph element.

Please reset and try again.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.