Computer Science, asked by Maharanajaya9639, 1 year ago

explain the different between the order list ,unorder list and equal list?

Answers

Answered by sneharam23
1

The difference is that UL is an unordered list and 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 whole list, and it still means the same thing. In an ordered list, the order of the list items is important.

Similar questions