The Ordered list is used to display the list of items in a specific order. It indents
and gives a number to each item in the list, that is why it is also known as the Numbered
list. The Iist begins and ends with COD and tags respectively Ordered lists are mostly
used in situations where the order of the items is significant or where it is required to keep
a count of the number of items For example, in a recipe, if the steps are not demonstrated orderly,
the result would not be as desired.
|
<HTML> <HEAD> <TITLE>Ordererd LIST </TITLE> </HEAD> <BODY Bgcolor = "Peachpuff" Left Margin 50 Top Margin=25> < FONT color="red" <H1>Recipe for PanCake</H1></FONT> <FONT size=6 Color="Blue"> < ol> < LI> in a large bowl, mix together the flour, baking powder, salt, and sugar. < LI> Make a well in the center and pour in the milk, egg and melted butter. Mix until smooth. < LI>Heated Lightly oiled griddle or frying pan over medium high heat. < LI> Pour or scoop the batter onto the griddle, using approximately 1/4 cup for each Pancake < LI> Brown on both sides and serve hot </OL></FONT></BODY> </HTML>
|