Q. Which tag is used to display a clickable button?
β
Correct Answer: (D)
<input type="button">
Explanation: <input type="button"> is used to display a clickable button.