✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
A developer wants the user to pick exactly one option from a group of three. Which input configuration is correct?
<input type="radio" name="size" value="s"> Small
<input type="radio" name="size" value="m"> Medium
<input type="radio" name="size" value="l"> Large