Help me to check wgat the issue is with the line of code <!--TODO

Tell us what’s happening:
Describe your issue in detail here.
The line of code where i wrote TODO did not pass. I dont hlknow that the problem is

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO LA7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.76 Mobile Safari/537.36

Challenge: Step 4

Link to the challenge:

  1. There should be a space after TODO:
  2. You have closed your comment in the wrong way.

A sample comment:

<!-- This is a comment -->

Done. Thank you boss

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