Aryan PrajapatKnowledge Contributor
Differentiate between an Ordered list and an Unordered list?
Differentiate between an Ordered list and an Unordered list?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
An unordered list uses
tags and each element of the list is written between
tags. The list items are displayed as bullets rather than numbers.
An ordered list uses
tags and each element of the list is written between
tags. The list items are displayed as numbers rather than bullet points.
An unordered list (
) is used to create a list of items in no particular order i.e. the order of items is not relevant. By default, the items in this list will be marked with bullets. Whereas, an ordered list (
) is used to create a list of items in a specific order.