Multiple choice technology web technology

Which tag defines a description of a term in definition list?

  1. <dfn>

  2. <dl>

  3. <dd>

  4. <div>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In definition lists,

(definition description) provides the description or explanation for a term. defines the term itself,
is the list container, and
is a generic block-level element.