Learn HTML by Building a Cat Photo App - Step 6

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <ul>      
  <h2>Cat Photos</h2>    
  <!-- TODO: Add link to cat photos -->
      </ul>
  <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.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 6

Link to the challenge:

The solution was just leave 6 spaces for every line, since main opens the code until the next last main.

La solucion fue darle 6 espacios a todos las lineas, desde el main de apertura hasta el main que cierra.

My solution was slightly different. I didn’t add spaces in front of the lines with main on them because the instructions only list h2, comment, and p as needing an extra indent.

I know you are new here, so this is a bit of friendly advice. We don’t post solutions in these forums. We try to help people find the solutions for themselves.

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