Exam 2026-2027 Actual Complete Real Exam Questions
And Correct Answers (Verified Answers) Already
Graded A+ | Guaranteed Success!! |
Newest Exam | Just Released!!
One of the main ways to make an <iframe> accessible is to
add:
A. a title attribute
B. an alt attribute
C. a name attribute
D. a <title> element
E. tabindex="0"
F. a <label> element - ANSWER -A. a title attribute
What does the JAWS screen reader read with regard to the
name/label of an
<iframe>?
A. The name attribute on the <iframe>
element
B. The title attribute on the <iframe>
element
C. The <title> element of the page within
the iframe
,D. The title attribute of the page within the iframe - ANSWER
-C. The <title>
element of the page within the
iframe
If a page has 3 headings, and an <iframe>, and if the page
within the <iframe> has 2 headings, how many headings total
will show up in the screen reader's list of headings on the
parent page?
A. 3
B. 5
C. 7
D. 13 - ANSWER -B. 5
If an <iframe> contains only JavaScript that is not meant to be
read by the user,
what is the best way to address this <iframe> in terms of
accessibility?
A. Hide it from screen reader users with aria-
hidden="true"
B. Hide it with display:none in
the CSS
C. add aria-describedby="JavaScript only" - ANSWER -A. Hide
it from screen
reader users with aria-
hidden="true"
, Which of the following elements will most screen readers
announce to users (in terms of the semantic meaning of the
element itself)?
A. q
B. del
C. ins
D. mark
E. code
F. pre
G. B and C
H. D and E
I. All of the above
J. None of the above - ANSWER -J. None of the above
If you want to highlight text on a web page, when is it
necessary to add additional text so that screen reader users
know the text is important?
A. Always
B. Never
C. When the emphasis in the highlighting changes the meaning
of the text - ANSWER -C. When the emphasis in the
highlighting changes the meaning of the text
Screen readers announce emphasized text when it is
marked with: A. b
B. i
C. em
D. strong
E. mark