Computer Science, asked by yash650, 1 year ago

difference b/w ordered list and unordered list

Answers

Answered by kr24
110
in an ordered list the list of items have an order that is signified by a number, Roman numeral, or alphabetical character where as unordered
lists are lists where the list has a bullet preceeding each list item i hope this will help u please Mark this answer as brainlist
Answered by Aarthi12
76
ordered list<OL> is particular order of items is taken into account. it also called as numbered list. It is a container tag.

Unordered list<UL> when there is no specific order in the items, unordered list is used. It is also called as unnumbered or bulleted list. it is a container tag
Similar questions