Use HTML tag <ol> element to define an ordered list.
Use the HTML type attribute to define the numbering type. Use the HTML <li> element to define a list item. Use the HTML <dl> element to define a description list.
Hence, as numbered list come under ordered list tag <ol> tag is used for numbered list.