html-101
html-101 copied to clipboard
[Bug]: Missing alt text
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.
https://github.com/codedex-io/html-101/blob/64f1bbaf0edb2c1d542e8a3ab7082d8c8c9575b8/1-elements/06_pet.html#L6
Solution
To fix this issue, I will do the following
- [ ] Add alt text to the image link
Hi @CBID2 This issue is exactly same as issue #43 and now it is solved according to PR #73 and #74 . So please close this issue.