-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Description
The image link in the pet HTML file is missing it's alt text. Even the description of the cat is the paragraph element, it's best to also have this information as alt text so screen users can fully comprehend the exercise.
html-101/1-elements/06_pet.html
Line 6 in 64f1bba
| <img src="https://images.unsplash.com/photo-1514888286974-6c03e2ca1dba?q=80&w=500&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"> |
Solution
To fix this issue, I will do the following
- Add alt text to the image link
Metadata
Metadata
Assignees
Labels
No labels