Multiple choice

The three types of lists used in HTML are

  1. li, dd, dt

  2. ol, ul, dl

  3. ol, dt, dd

  4. ul, li, dt

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

HTML has three main list types: ordered lists (ol) for numbered items, unordered lists (ul) for bulleted items, and definition lists (dl) for term-description pairs. The other options mix individual tags with container tags incorrectly.