Learn HTML by Building a Cat Photo App - Step 6

i am literally putting the comment under the h2 element and 6 spaces away from the start line ! what else am i doing wrong ? pls help me , i really want to learn , thanks for your time

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

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

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

Link to the challenge:

@Midnight1

Have you read what the hint says carefully or tried restarting the step? I was getting the same problem, but after giving it a few tries it worked. If that doesn’t do it, try refreshing the page.

Hope this helps!

is the above all your code? There’s a tag missing.
Can you restart the step by clicking on the Restart Step button then reload the page?
After that you should have all the original code back so hopefully your changes will go through.

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