Accessibility (a11y) — Quiz

Answer all 5 questions, then submit. You need 60% to pass. Log in to save progress.

Question 1
What does "a11y" stand for?
A A version number
B Accessibility
C Analytics
D An ARIA role
Question 2
Why prefer a real <button> over a styled <div>?
A It loads faster
B It is keyboard-focusable and announced as a button for free
C It looks better
D Divs are not allowed
Question 3
What is wrong with outline: none on focusable elements?
A Nothing, it's recommended
B It removes the focus indicator keyboard users rely on
C It slows the page
D It only affects mobile
Question 4
What is the first rule of ARIA?
A Add ARIA to every element
B Don't use ARIA if a native element already does the job
C ARIA replaces HTML
D Only use ARIA on images
Question 5
Which of these is NOT primarily an accessibility feature?
A alt text on images
B A linked <label> for an input
C A background gradient
D Correct heading order