XHTML <.ol> Tag
Definition
The "<ol>" element is used to create ordered lists. An ordered list is a grouping of items whose sequence in he list is important.
The"<ol>" element must contain one or more "<li>" elements, used to define a list item.
Example
<ol>
<li >Pre-heat oven to 175 C</li >
<li >Combine liquid ingredients</li >
<li >Gradually add dry ingredients to the liquid mixture</li >
</ol >
Should look like this
- Pre-heat oven to 175 C
- Combine liquid ingredients
- Gradually add dry ingredients to the liquid mixture