Help Index |
![]() Numbered Lists
<ol> creates a numbered list <li> precedes each list item </ol> closes the numbered list
A simple numbered list will go something like this: <p>Three things I want to do: <ol> <li> Create my very own homepage using this html guide. <li> Win all kinds of awards from my homepage. <li>Go into business creating homepages for others. </ol> In a browser it will look like this: Three things I want to do:
Here's how the lists break down: <li type=1> makes numbers (1, 2, 3) <li type=A> makes uppercase letters (A, B, C) <li type=a> makes lowercase letters (a, b, c) <li type=I> makes uppercase Roman numerals (I, II, III) <li type=i> makes lowercase Roman numerals (i, ii, iii) If you really wanted to, you could combine these tags to create something that looks like an outline: <ol> <li type=I>Here is your first line <ol> <li type=A>And of course this is the second <ol> <li type=1>We now have a third <li type=1>If you can count you'll know this is the fourth </ol></ol></ol> And it should look like this:
Return to Help Index
Publicize | Color Chart | Gadgets | Rings 'n Things | Awards | Personal Help | |