Pls guys i need help on the 6th step. i'd be so grateful

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

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

  </main>


</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO KD7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

Hello @Botcoder67

What you need to do is to indent two spaces (leave two spaces before coding) in the codes inside main part, instead of copying the example given. Like this:

<main>
  <p></p>
</main>

Hope this helps :grin:!

1 Like

I would restart the lesson. You should not be adding any new elements. The example code in the instructions was not meant to be added, it is just an example. The only thing you need to do is indent the three child elements in main.

1 Like

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