Multiple choice technology web technology

How can you make a list that lists the items with bullets?

  1. <ol>

  2. <list>

  3. <dl>

  4. <ul>

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

The

    (unordered list) tag creates bulleted lists.
      creates numbered lists,
      is for definition lists, and is not a valid HTML element. The 'u' in ul stands for 'unordered'.