Computer Science, asked by bhumik740, 1 year ago

what is difference between order and unordered list

Answers

Answered by emmguru
6
The difference is that UL is an unordered listand OL is an ordered list. In an unordered list, the order of the list items is not significant. You can swap two items or reverse the wholelist, and it still means the same thing. In an ordered list, the order of the list items is important.
Similar questions