Tell us what’s happening:
Describe your issue in detail here.
I can’t understand using this part.
Your mobile information:
23021RAAEG - Android 13 - Android SDK 33
Challenge: Learn HTML by Building a Cat Photo App - Step 9
Link to the challenge:
Learn to Code — For Free
system
December 22, 2023, 9:30am
2
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!
It should be like this:
<alt=“A cute orange cat lying on its back”>
system
Closed
June 22, 2024, 11:52am
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.