I can't seem to get past this level. Please I need your help

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>  
          <!-- 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 (Linux; Android 11; M2010J19SG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

Hi @Emir-dev
This lesson is all about spacing and making your code look nice by following the best practices. You should make your code look (spacing wise only) like

<ul> 
  <li> Child Element 1 </li>
  <li> Child Element 2 </li>
</ul>

Notice the two space indent on the child components . Yours has far more than 2 spaces. I suggest simply reseting the lesson and then retry to space them

2 Likes

it must be like this
<!-- TODO: Add link to cat photos -->

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