MCQ
Which HTML tag is used to define a label for an input element?
A <label>
B <text>
C <caption>
D <name>
Explanation

The <label> tag defines a label for form elements, improving accessibility and usability.