<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

This section is non-normative.

<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>

Content model

, (<data> | <data-about>)*, <li>+

Contained by

<abstract>, <body>, <bodydiv>, <dd>, <desc>, <div>, <draft-comment>, <entry>, <example>, <fig>, <figgroup>, <fn>, <itemgroup>, <li>, <linkinfo>, <lq>, <note>, <p>, <section>, <sectiondiv>, <stentry>

In order
  1. Zero or more of the following
    • <data>
    • <data-about>
  2. One or more <li>

Contained by

  • <abstract>
  • <body>
  • <bodydiv>
  • <dd>
  • <desc>
  • <div>
  • <draft-comment>
  • <entry>
  • <example>
  • <fig>
  • <figgroup>
  • <fn>
  • <itemgroup>
  • <li>
  • <linkinfo>
  • <lq>
  • <note>
  • <p>
  • <section>
  • <sectiondiv>
  • <stentry>

Inheritance

- topic/ul

The <ul> element is a base element type. It is defined in the topic module.

Attributes

The following attributes are available on this element: Universal attribute group, outputclass, compact, and spectitle.