Spacing and understanding movement of code on lines

I am very lost on the formatting of this code once it gets past the sequence. when it refers to spacing does it talk about the line spacing and moving the code or adding additional lines to that piece of code?

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
 <ul> <main>
 <li><h2>Cat Photos</h2></li>   
  <!-- TODO: Add link to cat photos -->   
  <li><p>Click here to view more cat photos.</p></li>    
  </main> </ul>
</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/103.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

Thank you for your explanation!

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