Skip to main content

[en] Simple Lists

[en] Use simple lists for lists where no additional formatting is needed. Simple lists are displayed as text only, and have no numbers or symbols. But they do allow you to:

  • [en] List items horizontally inside a paragraph

  • [en] List items vertically or horizontally across several columns, similar to a table.

[en] Each list item in a simple list is inside a member element, for example:

<simplelist>
    <member>User-friendly interface</member>
    <member>High performance</member>
    <member>Scalable architecture</member>
    <member>Comprehensive documentation</member>
  </simplelist>

[en] To learn how to create a simple list and control how it is presented, see [en] Create a Simple List.