No se que hacer

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.

  **Tu código hasta el momento**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
  <h2>Cat Photos</h2>
  <ul>
    <li></li>
    <li></li>
    </ul>
  <!-- TODO: Add link to cat photos -->
<ul>
<li></li>
<li></li>
</ul>
  <p>Click here to view more cat photos.</p>
<ul>
  <li></li>
  <li></li>
  </ul>
  </main>
</body>
</html>
  **Información de tu navegador:**

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Desafío: Step 6

Enlaza al desafío:

You don’t want to add any new HTML to this step. The HTML example in the instructions is just that, and example, and is not meant to be used in your solution.

You will want to restart the step to get the original HTML and formatting back since formatting is a very important part of this step. The only thing you want to do is user your space bar to add two more spaces in front of the opening tags for the three children of main.

1 Like