Q1. Which HTML element is used to display a clickable button?
A) <input>
B) <button>
C) <a>
D) <div>
Explanation: The <button> tag is the standard and recommended element to create clickable buttons.
Q2. Which character is used to indicate a closing tag in HTML?
A) !
B) #
C) /
D) \
Explanation: The forward slash (/) is placed inside the brackets to indicate the closure of an HTML tag.