Multiple choice technology web technology

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

  1. <ul>

  2. <list>

  3. <ol>

  4. <dl>

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

The

    (ordered list) tag creates numbered lists.
      creates bulleted lists,
      is for definition lists, and is not a valid HTML element. The 'o' in ol stands for 'ordered'.