Build a Cat Photo App - Step 9

Tell us what’s happening:

Я не могу найти ответ на этот вопрос. Я не знаю, как решить этот вопрос.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

    </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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 9

this is the example, you already have a src value, you don’t need to change it

the alt attribute got merged with the url. You need to close the value with a quote