Hello, help me please

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

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

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 6

Link to the challenge:

Hi, don’t copy the ul elements they are just a demonstration, and for this challenge just add two spaces in front of the main element’s three child elements. your main element must have 4 spaces from the start of the line, and your main element’s childs must have 6 spaces.
hope it helps!.

Thank you! Everything turned out to be easier than I thought

1 Like

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