Page 94 - CA_165_V2.0_Flipbook
P. 94
<LI> OpenOffice Impress</LI>
<LI> OpenOffice Draw</LI>
<LI> OpenOffice Base </LI>
</OL>
</BODY>
</HTML>
The output of the preceding HTML code is as follows:
Displays list with
normal start value
but type is Roman
Numerals
Displays list where
starting value is 5
i.e. E in type ‘A’
The following table lists all the attributes of the <OL> tag, their possible values, and a description of their
purpose:
Attribute Name Value Description
TYPE 1,A or a, I or i Specifies the numbering style for the ordered list. 1 is for
numbers, A for uppercase letters, a for lowercase letters,
and I for uppercase Roman numerals or i for lowercase
Roman numerals.
START Numeric value Specifies the starting number of the ordered list. The
default is 1.
REVERSED TRUE, FALSE Specifies whether the list order is reversed. TRUE starts
the list from the highest number.
Creating Unordered or Bulleted List
This tag is a container tag. It is used to insert bullets with the list of items. The <LI> (List item) tag is nested
inside the <UL> tag. ‘TYPE’ attribute is used with this tag.
<UL> Tag
Type Function Attributes Contains Used Inside
Container tag Defines an TYPE Multiple <LI> (list Typically placed
unordered list item) elements within <BODY> or
other container tags
92 Touchpad Computer Applications-X

