Code Malfunction

Tell us what’s happening:
the website believes I have an extra comment when there’s only 1 comment element what can I do to fix this?
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>
  <!--h3> TODO: add link to cat photos.</h3-->
</body>
</html>
  **Your browser information:**

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

Challenge: Step 4

Link to the challenge:

Hi @LMV !

You have some syntax errors here

Please look carefully at the example they gave you

<!-- TODO: Remove h1 -->

Reset the lesson, follow that same syntax and replace TODO: Remove h1 with the text they told you to use.
Also, make sure to add your comment above the p element.

Hope that helps!

Thanks for your help figured it out!

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