Home Page : Glossary : "O" : OL

www.cryer.co.uk
Brian Cryer's Web Resources

Brian Cryer's Glossary of IT Terms with Links

OL

OL
1. Outlook. Abbreviation referring to Microsoft Outlook.
2. Ordered list HTML tag. The tag <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>
  1. first ordered list item
  2. second ordered list item

The actual appearance can be varied using CSS, so the above is only for illustration.

3. Operating Losses. The losses incurred during the operating of a business or business venture.

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.