Multiple choice A bulleted list is a/an unordered list ordered list nested list 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.