Computer Science, asked by moniparveen230, 4 months ago

write a program in HTML code that displays an ordered list of the biggest windows​

Answers

Answered by Anonymous
7

{\huge{\boxed{\tt{\color{red}{Answer}}}}}

items does not matter. Unordered lists should be used when rearranging the order of the list items would not create confusion or change the meaning of the information on the list.

The ul element opens and closes an unordered list. The items on the list are contained between list item, li, tags. A simple unordered list containing three items could be created with the following HTML.

Unless CSS rules are created to change the appearance of the list, the default presentation of an unordered list is to add a disc-style bullet point on the left-hand side of each list item and to indent the entire list.

Similar questions