MCQ
Which HTML tag is used to define a term in a description list?
A <dt>
B <dd>
C <term>
D <dl>
Explanation

The <dt> tag defines a term/name in a description list, used with <dd> for the description.