Q1. Which HTML element is used to display a clickable button?
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?
Explanation: The forward slash (/) is placed inside the brackets to indicate the closure of an HTML tag.
