li

Purpose

A list item in an ordered or unordered list.

Note:

The use of the pane attribute is deprecated.

Contained by

Attribute groups

Example

The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="ol">
  <pane name="background">
    <p class="taskhead">To add an asset:</p>
    <ol>
      <li>Click Add to add a new asset. An icon is added to the list,
        and the edit controls are enabled. </li>
      <li>Now you can enter a value and other asset attributes.</li>
    </ol>
  </pane>
</canvas>

Related topics