EXAMINATION STUDY SHEET 2026
QUESTIONS WITH DETAILED SOLUTIONS
◉True or false: Links on the same page that go to the same
destination should have the same text within the link.. Answer: True
◉The correct way to designate a navigation list as a navigation
landmark is:
A. Wrap the navigation list in a <nav> container or in a container
marked with role="navigation"
B. Set role="navigation" on every link in the navigation list, or wrap
each link in <nav> elements
C. There is no need to add anything to the markup. Screen readers
automatically detect navigation lists and announce them to users
D. Wrap the navigation list in a <navlist> container. Answer: A. Wrap
the navigation list in a <nav> container or in a container marked
with role="navigation"
◉True or false: Screen readers can identify the current location
within a navigation menu based on the visual styles. Answer: False
, ◉A skip link should (Select all that apply):
A. Be placed just before the main navigation menu
B. Be placed right after the opening <body> tag
C. Be accessible to keyboard-only users
D. Be accessible to screen reader users. Answer: B. Be placed right
after the opening <body> tag
C. Be accessible to keyboard-only users
D. Be accessible to screen reader users
◉True or false: Sighted keyboard users can navigate by headings,
landmarks, and other semantic features, just like blind screen reader
users.. Answer: False
◉Which of the following methods could be used to mark the current
location within a paginated view? (Select all that apply)
A. hidden text
B. aria-label
C. aria-labelledby
D. aria-describedby. Answer: A. hidden text
B. aria-label
C. aria-labelledby
D. aria-describedby