HTML Unordered List Element (UL)

Attribute definitions

type = style-information
This attribute sets the style of a list item. Currently available values are intended for visual user agents. For the UL element, possible values for the type attribute are disc, square, and circle. The default value depends on the level of nesting of the current list. These values are case-insensitive.
Source code:
<UL>
<LI> item number one</LI>
<LI> item number two</LI>
<LI> item number three</LI>
</UL>
previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library