I'm a noob and don't know how to use child element

Tell us what’s happening:
Describe your issue in detail here. Basically IDK how to arrange the child element in this area and what is the content required for me to put in the element itself, its from the responsive web design course unit 1 exercise 6. Thanks

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>

  <h2> Cat Photos
  <ul>
  
    <li> Cat Photos </li>
    <li> Cat Photos </li>

    </ul>
  </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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

You’ll want to restart the step to get back the original formatting. To do that, keep clicking the Check Your Code button until you see the Restart Step button show up.

You do not want to add any new HTML elements to your HTML. The HTML in the instructions is just an example, not intended to be used in the solution. The only thing you want to do is:

"Add two spaces in front of the three child elements of main"

Use the space bar on your keyboard to add to more spaces in front of each of the three child elements in main.

1 Like

Thank you very much!

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