List

<ol>: ordered list
....... reversed
...... start= number
...... type= {1|A|a|I|i}

<ul>: unordered list

<li>: used within <ol> and <ul> to list items.
...... value=number

<dl>: definition list

<dt>: definition term, used within <dl>

<dfn>: defining instance of a term

<dd>: definition description, used within <dl>
....... nowrap = {yes|no}