Multiple choice technology web technology

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

  1. <ul>

  2. <ol>

  3. <dl>

  4. <list>

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

The

    (unordered list) tag creates bulleted lists in HTML. The
      tag creates numbered lists, while
      creates definition lists. There is no tag in HTML.