Multiple choice

By which tag is list index denoted?

  1. li

  2. ol

  3. dl

  4. ul

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

The li (list item) tag denotes individual items within both ordered (ol) and unordered (ul) lists. The ol tag defines the ordered list container itself, dl is for definition lists, and ul defines unordered list containers.