Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:
Describe your issue in detail here.
is confusing does it wont me to delet the stuf from step 8? Claracashin
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">

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 9

Link to the challenge:

It doesnt ask you to delete anything. All the directions say are

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

A cute orange cat lying on its back

You can see how alt is used here

1 Like

well it dint give me a new line to tipe on so that is why i ascd so do i make a new line?

You add the alt to this line here. Looking at the link I posted should show you how to do it

well that is the confusing thing do i delete the stuff writing then writ the code?

Sorry, maybe I am just not understanding but I dont see where you are thinking you need to delete something

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

A cute orange cat lying on its back"

Then the challenge has already provided you with this line

<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">

The only thing you need to do for this challenge is add the alt in this image. There is no adding a new line or delete anything. Add the alt with the text the challenge says to this image

do i pot it after the test?

also i have A D H D my bran thinks differently then others is persinly frustrate me .

What test? Or do you mean text? Have you looked at the article I posted. it shows you exactly how to add the alt to an img

i ment to say text sary i ment the code

So, I will do this and its a pretty big hint, but its as much as I can do. I am not allowed to give the complete answer.

So we have this line, right?

<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">

The alt needs to come after the second " in this line and before the > at the end

so clarufucshin i cep the stuff in the Quotashins

Sorry, Im not sure I understand

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.