MCQ
What is the correct HTML for a radio button?
Explanation
<input type="radio"> creates a radio button that allows users to select one option from a group.