<ol> Description:
The <ol></ol> tag defines an ordered or numbered list.
<ol> Web Browser Support:
- Netscape 2, 3, 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 2, 3, 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV / MSNTV
- AvantGo Palm OS
- AvantGo Windows CE
- HTML 3.2, 4.0
- XHTML 1.0: XHTML Legacy Module, XHTML List Module
<ol> Attributes:
- class (optional)
- compact (optional) DEPRECATED
- dir (optional)
- id (optional)
- lang (optional)
- onclick (optional)
- ondblclick (optional)
- onkeydown (optional)
- onkeypress (optional)
- onkeyup (optional)
- onmousedown (optional)
- onmousemove (optional)
- onmouseout (optional)
- onmouseover (optional)
- onmouseup (optional)
- start (optional) DEPRECATED
- style (optional)
- title (optional)
- type (optional) DEPRECATED
<ol> End Tag:
</ol> REQUIRED<ol> Contents:
List elements. The following tags are valid within the <ol> tag:
li
<ol> Valid Context:
The <ol> tag is valid within the following tags:
blockquote, body, button, center, dd, div, fieldset, form, iframe, li, noframes, noscript, object, td, th
<ol> Usage:
- typical list
<ol>
<li>number one</li>
<li>number two</li>
<li>number three</li>
</ol>
<ol> Special Notes:
- Use ordered lists for instructions or any type of numbering.

