 |
|
| UL - unordered list |
|
| Description |
|
The UL tag displays a bulleted list. You can use the tag's TYPE attribute to change the bullet style. Use
the LI tag to designate the individual list items in the list. |
|
| Syntax |
|
<UL TYPE="circle|disc|square">...</UL> |
|
| Attributes |
|
TYPE specifies the type of bullet used for each list item. The value can be one of the following:
- CIRCLE specifies a hollow bullet.
- DISC specifies a solid round bullet.
- SQUARE specifies a square bullet.
|
The UNIVERSAL ATTRIBUTES can be used with this tag. |
|
|