Build a Cat Photo App - Step 9

Tell us what’s happening:

<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 cute orange cat lying on its back">

<!-- User Editable Region -->

    </main>
  </body>

how do i add alt atribute to an image
in order to describe it properly

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.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 @asieduboakye34 and welcome to our community!

You are almost correct but you have a small syntax error.

You should close off the img element with only one closing angle bracket (>). You have an extra one.

Hi buddy, this is the section where you tell us your issue in your own words.

Telling a issue in your own word is hard but it is important thing to learn in this field of coding.