6 6 votes Choose the most appropriate HTML tag in the following to create a numbered list <dl> <list> <ul> <ol> Web Technologies isro2017 web-technologies html non-gatecse + – sh!va 5.8k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 12 12 votes Tag Description <ul> Defines an unordered list without numbering <ol> Defines an ordered list with numbering <dl> Defines a description list Archies09 answered May 7, 2017 • selected May 7, 2017 by Praveen Saini Archies09 comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote D: ordered list created using <ol> tag. AnilGoudar answered May 7, 2017 AnilGoudar comment Share Follow 0 reply Please log in or register to add a comment.