Home » Interview » Technology

Which tag is used to display the numbered list? 1) 2) 3) 4)

Correct Answer: 1

Explanation:

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.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion