Home »
MCQs »
HTML MCQs
Which tag is used to display a radio button?
66. Which tag is used to display a radio button?
- <input type="textbox">
- <input type="checkbox">
- <input type="text">
- <input type="radio">
Answer: D) <input type="radio">
Explanation:
The HTML tag <input type="radio"> is used to display a radio button.