Unordered List: The unordered list is used when the list of items are not to be displayed in any particular order. The browser will display the bullets before the list of items. The list begins and ends with <UL> and </UL> tags respectively.
Ordered List: The ordered list is used to display the list of items in a specific order. By default, numbers are displayed in a web browser when an ordered list is used but the style can be changed using the “Typed” attribute. To specify the item number for a given list item, “Value” attribute is used. Ordered list automatically starts with the number 1, but you can also start the list with a different number.
Comments
Post a Comment