Build a Cat Photo App - Step 9

Tell us what’s happening:

i write alt why it is alway change to word “old” .

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="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt ="A Cat">

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 9
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-9

Hi @malikizakitop and welcome to our community!

Your PC’s autocorrect keeps changing ‘alt’ to ‘old’. You can probably override that in the autocorrect settings.

Your code is failing because you do not have the correct value for your alt attribute:

Inside the img element, add an alt attribute with this text:

A cute orange cat lying on its back