Just started learning and I've been stuck here

Tell us what’s happening:
I don’t get what I’m supposed to do here. It says to add two spaces in front of the three child elements of main. I added in 3 child elements and put two spaces in front of them after main. I’m confused on what it is I’m doing.

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

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

Challenge: Step 6

Link to the challenge:

The instructions don’t ask you to paste in the example. You only add 6 spaces to the original code.

These child elements are not indented.

I’m sorry but I’m still confused
How would I add in the 6 spaces into the code

You put your cursor to the left of the element and use the space bar

yep I got it
much simpler than I thought it was
thanks for the help

1 Like

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