Learn HTML by Building a Cat Photo App - Step 6 - mvfrhOyZ9yZOlZGZX6yao

Tell us what’s happening:
Describe your issue in detail here.
This is ridiculous, I think the instructions are wrong.

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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

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

Link to the challenge:

The HTML in the example isn’t meant to be used in the solution, it’s just an example showing you what properly indented HTML looks like. You’ll want to restart the step to get the original HTML and formatting back. Then, the only thing you’ll want to do is use your space bar to add two extra spaces in front of the h2, comment, and p element. That’s it, nothing else.

Ahh, I see now this is a duplicate of a topic you opened just a little while ago. It is frowned upon to open duplicate topics.

My apologies, new to this. Thank you.