Page 74 - CA 165 ver 1.0 Class 10
P. 74
Displays list with normal
start value but type is
Roman Numerals
Displays list where
starting value is 5 i.e.
E in type ‘A’
Creating Unordered or Unnumbered 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.
The ‘TYPE’ attribute defines the type of bullets that is in the list. For example: disc, square, circle, etc. Some
values of ‘TYPE’ attribute which are used in <UL> tag are:
Type Value Style
disc
circle
square
Syntax to use the <UL> tag is as follows:
<UL TYPE = “Value”>
<LI> List1
...............
</UL>
72 Touchpad Computer Applications-X

