<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.
See appendix for information about this element in OASIS document type shells.
- topic/ul
<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>
The following attributes are available on this element: Universal attribute group, outputclass, compact, and spectitle.
Return to main page.
dita-v1.3-os-part2-tech-content Standards Track Work Product | Copyright © OASIS Open 2015. All Rights Reserved. | 17 December 2015 |