ol

Purpose

A list of ordered items.

Contained by

Contains

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>ol</title>
  </head>
  <body>
    <p class="taskhead">To add an asset:</p>
    <ol>
      <li>Click <span class="command">Add</span> 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>
      <li>If there is a <span class="uicontrol">Value type</span> drop-down, you can select an type
        from those available</li>
    </ol>
  </body>
</html>

Related topics