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

Tell us what’s happening:

Can not get lesson 9. I am frustrated with it. Please

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>

<!-- User Editable Region -->

      <!-- TODO: Add link to cat photos -->    <p>Everyone loves cute cats online!</p>
<a href="http://freecatphotosapp.com"></a>   

<!-- User Editable Region -->

     <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

Lo user agent è: Mozilla/5.0 (iPad; CPU OS 18_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1

Challenge Information:

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

Hi @marleneneilson66

  1. The first ^ indicates where you missing the letter s
  2. The second ^ indicates where you have an extra letter s

Happy coding