Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:
Describe your issue in detail here.
I can’t understand using this part.
A cute orange cat lying on its back

Your mobile information:

23021RAAEG - Android 13 - Android SDK 33

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Thank you for posting the problem.

"A cute orange cat lying on its back" is the value of the alt attribute

This should be entered inside the closing > bracket of the img element.

img should have a alternative text which is what the alt attribute allows us to do.

This allows screen readers to describe what the image is for people with visual difficulties.

I hope this helps you!

Happy coding! :sun_with_face:

It should be like this:
<alt=“A cute orange cat lying on its back”>

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