Multiple choice technology web technology

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

  1. <ol>

  2. <dl>

  3. <ul>

  4. <list>

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

The

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