UnOrdered Lists<UL> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> </UL> <UL> UnOrdered List List , One pair of tag is allowed. <LI> Items of Ordered List, Mulitple pairs allowed. Child of <UL> UnOrdered lists can be defined using <UL> ... </UL> tags. The tag <UL> indicates the start of a bulleted list while </UL> indicates the end of the bulleted list. Attributes of <UL> .. </UL>Type:This attribute indicates the type of bullet to be used.
Type = 'disk'
<UL type='disk'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL> Type = 'circle'
<UL type='circle'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL> Type = 'square'
<UL type='square'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL> Type = 'none'
<UL type='none'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL> Using StyleBy using list-style-type: we can add several listing items of different languages and standard chars.style='list-style-type:lower-greek'
<UL style='list-style-type:lower-greek'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL> style='list-style-type:telugu'
<UL style='list-style-type:telugu'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL> style='list-style-type:oriya'
<UL style='list-style-type:oriya'> <LI>First Item</LI> <LI>Second Item</LI> <LI>Third Item</LI> <LI>Fourth Item</LI> <LI>Fifth Item</LI> </UL>
This article is written by plus2net.com team.
![]() | ||||||||||
Lists In HTML | Ordered Lists | UnOrdered Lists | Definition Lists | ||||||||||