<ul>
The <ul> element is a list of items in which the order of list
items is not significant. List items are typically styled on output with a "bullet"
character,
depending on nesting level.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/ul
Example
<ul> <li>This is an item in an unordered list.</li> <li>To separate it from other items in the list, the formatter puts a bullet beside it.</li> <li>The following paragraph, contained in the list item element, is part of the list item which contains it. <p>This is the contained paragraph.</p></li> <li>This is the last list item in our unordered list.</li> </ul>
Attributes
The following attributes are available on this element: Universal attribute group, @outputclass, @compact, and @spectitle.