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

The <dl> tag defines a description list, containing pairs of <dt> (terms) and <dd> (descriptions).