MCQ
What is the correct HTML for a radio button?
A <input type="radio">
B <input type="option">
C <radio>
D <input type="circle">
Explanation

<input type="radio"> creates a radio button that allows users to select one option from a group.