Differentiate between ordered list and unordered list
Answers
Answered by
18
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.
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