Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <p>Click here to view more cat photos.</p>
  <!-- TODO : Add link to cat photo -->
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 OPR/79.0.4143.22

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

Link to the challenge:

Hi @bammy_dele ,

The comment should be above the p element.

You are missing an s at the end of the word photos.
You also have to remove the space between TODO and the : , for the tests to accept it.

alright, thanks so much

1 Like

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