<sl>

A simple list is a list that contains a few items of short, phrase-like content.

A simple list is typically rendered in the following way:

  • The content of each simple list item is placed on a separate line.
  • The lines are not distinguished by numbers, bullets, or icons.

The following attributes are available on this element: universal attributes and @compact.

Example

The following code sample shows how a simple list could be used in a topic that discusses related modules:

<section>
  <title>Messages</title>
  <p>Messages from the ags_open module are identical with messages from:</p>
  <sl>
    <sli>ags_read</sli>
    <sli>ags_write</sli>
    <sli>ags_close</sli>
  </sl>
</section>