Impara l’HTML progettando una app per foto di gatti - Step 5

Dicci cosa sta succedendo
Descrivi qui il tuo problema in dettaglio.

Il tuo codice fino ad ora

<html>
  <body>

<!-- User Editable Region -->

<main><h1><p></main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>See more cat photos in our gallery.</p>


<!-- User Editable Region -->

  </body>
</html>

Informazioni del tuo browser:

Lo user agent è: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.34

Challenge: Impara l’HTML progettando una app per foto di gatti - Step 5

Link alla sfida:

The main element should wrap around all the starting code.

<main>
  <!-- starting code -->
</main>
1 Like