Home Page : Glossary : "O" : OL
Brian Cryer's Glossary of IT Terms with Links
<ol> in
HTML denotes the start of an ordered list, which
is typically presented as a numbered list. Each item within the list is started
with <li> (list item) tags, so for example:| The HTML: | Typically renders as: |
<ol> <li>first ordered list item</li> <li>second ordered list item</li> </ol> |
|
The actual appearance can be varied using CSS, so the above is only for illustration.
Can you add to this definition? If so please Report an Observation. Do you know of a relevant link to add under this definition? If so please Add a Link.
© Copyright 2004-2009, A B Cryer, All rights reserved.