HTML and CSS Reference
In-Depth Information
<ol>
Function Defines an ordered list
class, compact, dir, id, lang, onClick,
onDblClick, onKeyDown, onKeyPress, onKeyUp,
onMouseDown, onMouseMove, onMouseOut,
onMouseOver, onMouseUp, start, style,
title, type
Attributes
</ol> ; never omitted
End tag
Contains
list_content
Used in
block
HTML 3.2 introduced a number of features that provide a wide variety of
ordered lists. You can change the start value of the list and select from
five different numbering styles.
Here is a sample XHTML ordered list:
<h3>Pickled Kumquats</h3>
Here's an easy way to make a delicious batch of pickled 'quats:
<ol>
<li>Rinse 50 pounds of fresh kumquats</li>
<li>Bring eight gallons white vinegar to rolling boil</li>
<li>Add kumquats gradually, keeping vinegar boiling</li>
Search WWH ::




Custom Search