Multiple choice general knowledge

Which tag is used to display the numbered list?

  1. <OL></OL>

  2. <DL></DL>

  3. <UL></UL>

  4. <LI></LI>

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

The

    tag (Ordered List) is used to create numbered lists in HTML.
      creates bulleted lists,
      creates definition lists, and
    • is used for individual list items within either OL or UL. Ordered lists automatically generate sequential numbers for each item.