what is the importance of associate in alternate text with an image?
IN HTML PROGRAM
Answers
Alt text is a tenet of accessible web design. Its original (and still primary) purpose is to describe images to visitors who are unable to see them. This includes screen readers and browsers that block images, but it also includes users who are sight-impaired or otherwise unable to visually identify an image.
alternate text
Explanation:
Alt text or alternate text is a feature added to an image tag in HTML. This text seems inside the image container when the image cannot be exhibited.
It helps search engines comprehend what an image is about. Alternate text is also very accommodating in case images on a page cannot be found
`If the text does not fit in the available space, some user agents will truncate the text and others might not display the text at all, reducing accessibility and usability of the document for sighted users in the case that images were not available.
#Learn more:
Write an HTML page to display an image with alternate text
https://brainly.in/question/15213466