alt attribute - Screen readers read - HTML

Q.  Which attributes can the screen readers read? (HTML)
- Published on 25 Aug 15

a. ctrl
b. alt
c. both A & B
d. None of the above

ANSWER: alt
 

    Discussion

  • Nirja Shah   -Posted on 10 Nov 15
    alt attribute
    - This attribute is used in HTML and XHTML documents to specify alternative text (alt text) that is to be rendered when the element to which it is applied cannot be rendered.

    - It is also used by "screen reader" software so that a person who is listening to the content of a webpage (for instance, a person who is blind) can interact with this element.

    - This attribute was introduced in HTML 2 and in HTML 4.01 was required for the img and area tags.

    - It is optional for the input tag and the deprecated applet tag.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)