Renumbering a List
The Code:
Enter the following attribute after the <LI> tag:
<H3>Top 20 Teams from the Big 10</H3> <OL>
<LI VALUE="2">Texas
<LI VALUE="6">Oklahoma
<LI VALUE="8">Texas A&M
<LI>Colorado
</OL>
If you leave the VALUE off an item, it will be assigned the next number in the sequence.
Top 20 Teams from the Big 10
- Texas
- Oklahoma
- Texas A&M
- Colorado