html-101 icon indicating copy to clipboard operation
html-101 copied to clipboard

[Bug]: Missing alt text

Open CBID2 opened this issue 1 year ago • 1 comments

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

CBID2 avatar Oct 25 '24 18:10 CBID2

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.

Harshul23 avatar Nov 02 '25 09:11 Harshul23