DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
HTML Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
HTML
A radio button group is missing a <fieldset>/<legend> wrapper. What's the concrete accessibility impact?
A
The radios won't function at all
B
A screen reader user hears each option's label (e.g. 'Card', 'PayPal') without the group's question/context, since <legend> is what announces that context
C
The form won't submit
D
There is no impact, <fieldset> is purely decorative
Check Answer