The Type attribute specifies the type of numbering and bullets used to mark items in an Ordered and Unordered resepectively. By default, its value is '1' for an Ordered list and 'Disc' for an Unordered list.
| Bullet Style | Result | Description |
| Disc | ![]() |
A filled circle(default) |
| Circle | ![]() |
A non filled circle |
| Square | ![]() |
A filled Square |
| Number Style | Result | Description |
| < OL Type = "1" > | 1, 2, 3 | Sequence of Numbers (default) |
| < OL Type = "A" > | A, B, C | Upper case latters |
| < OL Type = "a" > | a, b, c | Lower case letters |
| < OL Type ="|" > | |, ||, ||| | Upper Case Roman Numbers |
| < OL Type = "i" > | i, ii, iii | Lower Case Roman Numbers |
|
< HTML > < HEAD > < TITLE > INSERTING LIST < /TITLE >< /HEAD > < BODY Bgcolor="Green" Leftmargin="50" Topmargin="25" >
< B >< FONT Size="8" Color="Yellow" >components of Digestive System < /FONT >< /B > < FONT Size =6 Color="White" > < UL Type="Circle" > < LI >Mouth < LI >Throat < LI >Esophagus < LI >Stomach < LI >Small and Large Intestine < LI >Rectum and Anus < /UL >< /FONT > |