Computer Science, asked by vijaykuma8004166419, 1 year ago

Asmita has added few images in her web page but she wants to keep some provision for visually impaired persons or users using text-based browsers so that they get the description for the images. Which attribute should she use to accomplish the task?​

Answers

Answered by mindfulmaisel
17

'Alternate attributes (alt tags)' should be used for describing the image.

Explanation:

  • Adding images and graphics along with 'alternative attributes (alt tags)' make the content more pleasant and easier to understand for the people who are visually impaired or with low vision.
  • The image alternatives add important information to those images.
  • In that way, the screen readers will automatically announce the image as an image along with its 'description'.
  • The syntax will be,

        HTML: < img src = “img.jpg” alt = “description of the image” />

To know more about ALT tags

1) What is the use of ALT attribute in tag

https://brainly.in/question/8243573

2) The two attributes in html coding are src and alt and they comes with which tag

https://brainly.in/question/5499863

Similar questions