Multiple choice

A bulleted list is a/an

  1. unordered list

  2. ordered list

  3. nested list

  4. definition list

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

A bulleted list is called an unordered list in HTML because the items don't need to appear in any specific sequence. It's created using the ul tag with li elements for each item.