Learn HTML by Building a Cat Photo App - Step 4

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

this my comments,but is showing error

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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

Hey!

Whenever you’re stuck on a problem , your first reaction should be to take a look at the instructions that you’ve been given to make sure you’re doing exactly what the challenge asks you to do.

After you’ve done that, the next place you should be looking at is the hints. This is the hint that shows up when i run your code.

image

If you compare what you need to do with your code, you’ll find the problem. The syntax for a comment it.

<!-- this is a comment -->

Hope this helps! :smile:

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