Multiple choice technology web technology

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

  1. <ul>

  2. <list>

  3. <dl>

  4. <ol>

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

The

    (ordered list) tag is used to create lists with numbered items. Option A (
      ) creates bulleted lists, while
      creates definition lists and is not a valid HTML tag. Ordered lists automatically number items starting from 1.