TEST PAPER QUESTIONS AND ANSWERS SURE A+
✔✔Which statement(s) is/are TRUE about deprecated HTML elements or attributes?
(Select all that apply)
A. They have been replaced by newer constructs such as CSS
B. They are typically structural in nature
C. They may cause users to be unable to override the deprecated items with their own
style sheets
D. They are disallowed by WCAG 2.0 standards
E. They are outdated or obsolete - ✔✔A. They have been replaced by newer
constructs such as CSS
C. They may cause users to be unable to override the deprecated items with their own
style sheets
E. They are outdated or obsolete
✔✔Which of following methods can be used to add programmatically discernible
alternative text to an informative background image?
A. CSS visibility:hidden on <span>
B. CSS clip on <span>
C. CSS display:none on <span>
D. aria-label on <span> - ✔✔B. CSS clip on <span>
D. aria-label on <span>
, ✔✔True or false: Images of text are as accessible as regular text in a web page. -
✔✔False
✔✔Why is it important that alternative text not exceed about 250 characters? (Select
the best answer.)
A. Screen readers do not treat alternative text like they text regular text in an HTML
document.
B. Because all it takes is 250 characters to accurately describe an image.
C. If alternative text is longer than 250 characters, the user becomes bored listening to
the image description.
D. It is not important. Alternative text can exceed 250 characters if that is needed to
describe an image. - ✔✔A. Screen readers do not treat alternative text like they text
regular text in an HTML document.
✔✔True or false: If the <area> elements of an image map have alternative text, then
alternative text does not need to be provided for the main <img> element. - ✔✔False
✔✔The alternative text for an image used as a form input must:
A. Describe the location of the image.
B. Convey the functionality or end result of the form input.
C. Describe the look of the input.
D. An image used as an input is a decorative image, so it does not need a text
alternative. - ✔✔B. Convey the functionality or end result of the form input.
✔✔True or false: If a long description of a complex image is provided using the
longdesc attribute, both sighted users and screen reader users can access the
description. - ✔✔False
✔✔Which accessibility techniques apply to an image (<img>) that is purely for visual
decoration? (Select all that apply)
A. It can be given an empty, or null, alt attribute value.
B. The image can be assigned ARIA role="presentation".
C. The image must be described using the alt attribute.
D. The image can be placed in the background using CSS. - ✔✔A. It can be given an
empty, or null, alt attribute value.
B. The image can be assigned ARIA role="presentation".
D. The image can be placed in the background using CSS.
✔✔True or false: The alt text for an image of a painting can direct users to a longer
description of the painting. - ✔✔True
✔✔Composing alternative text for images is based on: (Select the best answer.)
A. The visual characteristics of the image.
B. The file name of the image.