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

The <dd> tag defines the description of a term in a description list, paired with <dt> tags.