Multiple choice

<dt> is used with

  1. ordered list

  2. unordered list

  3. definition list

  4. nested list

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

The dt (definition term) tag is used exclusively with definition lists (dl) to mark terms being defined. It pairs with dd (definition description) tags. Ordered and unordered lists use li tags, while dt is specific to definition list structures.