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