BodgeIt! - HTML - <OL> - Ordered List
|
|
|
An Ordered List is a collection of items that do have a numerical ordering.
The codes for a list can be entered by clicking the List icon in the toolbox. A typical example of a list is shown. Types of dogs include :-
The HTML code to do this is also shown. <P>Types of dogs include :-<OL> <LI>Basset Hound <LI>Boxer <LI>Irish Setter </OL> Note the <LI>'s which define each element of the list. You can put <P>, </P> and <BR> tags in the code to format the list. |