Q:
Which tag is used to display the numbered list?
1) <ol> </ol> 2) <li></li> 3) <ul> </ul> 4) <dl> </dl>
Answer & Explanation
Answer: A) 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.
View Answer
Report Error
Discuss