list tag is used to organize items
into a list. Lists can be either inline or block, and the element
offers a variety of different attributes that control the display and
behavior of the list.
This CNXML:
<list id="grocerylist">
<title>Grocery List</title>
<item>Milk</item>
<item>Eggs</item>
<item>Sugar</item>
</list>
Results in this display:
This CNXML:
<list id="write-numbers-list"
list-type="enumerated"
start-value="50"
mark-suffix=":"
item-sep=".">
<title>How to Write Some Numbers</title>
<item>Fifty</item>
<item>Fifty-one</item>
<item>Fifty-two</item>
</list>
Results in this display: