Lerne HTML, indem du eine Katzenfoto-App baust - Schritt 9

Tell us what’s happening:

Beschreibe hier dein Problem im Detail.

Your code so far

<html>
  <body>
    <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 -->

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

<!-- User Editable Region -->

  
    </main>
  </body>
</html>

Your browser information:

User Agent ist: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Safari/537.36

Challenge Information:

Lerne HTML, indem du eine Katzenfoto-App baust - Schritt 9

hey there, the question is asking the user to
add an alt attribute with this text inside the img element. Your work looks great creating the alt all you need to do is delete the <img=> and place the "alt=“A cute orange cat lying on its back” inside the original text

A cute orange cat lying on its back

I hope this helps happy coding :slight_smile:

1 Like