By eHow Internet Editor
Rate: (1 Ratings)
List items are the individual lines making up HTML lists. They are defined with the element.
UL or OL element in your HTML page to hold the list items you will define. UL is for unordered (bulleted) lists, while OL is for ordered (numbered) lists.
and closing , add list items using the code below: This is the list item
... for bold, within the list item.
list-style, or attributes such as TYPE to change the type of bullet used for unordered lists.
display a value of list-item.eHow Internet Editor