Website Design Edmonton       Website Design Feedback       Website Design Sitemap     Contact Website Design Company
Website Designers R Us - Home
HTML ordered lists cool HTMl tips

Here is a cool HTML tip for ordered lists created using <OL> HTML tag.

The TYPE attribute of <OL> list determines which kind of bullet will be used for listing elements.

We can use three types of bullets for the <OL> lists - Alphabet, Roman numerals and numbers/digits.
Take a look at the code below:

<OL TYPE="1">
<LI>Item 1</LI>
<LI>Item 2</LI>
<LI>Item 3</LI>
</OL>

The TYPE attribute has been set to 1, Arabic numerals (digits). This is the default and you don't need to specify it.
The above code is rendered in a browser as:

  1. Item 1
  2. Item 2
  3. Item 3

To change the bullets to roman numerals, the TYPE attribute needs to be set to i (lowercase alphabet i) or I (uppercase alphabet I). Let us check these out.

<OL TYPE="i">
<LI>Item 1</LI>
<LI>Item 2</LI>
<LI>Item 3</LI>
<LI>Item 4</LI>
<LI>Item 5</LI>
<LI>Item 6</LI>
<LI>Item 7</LI>
<LI>Item 8</LI>
<LI>Item 9</LI>
<LI>Item 10</LI>
<LI>Item 11</LI>
</OL>
<OL TYPE="I">
<LI>Item 1</LI>
<LI>Item 2</LI>
<LI>Item 3</LI>
<LI>Item 4</LI>
<LI>Item 5</LI>
<LI>Item 6</LI>
<LI>Item 7</LI>
<LI>Item 8</LI>
<LI>Item 9</LI>
<LI>Item 10</LI>
<LI>Item 11</LI>
</OL>

Is rendered as:

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5
  6. Item 6
  7. Item 7
  8. Item 8
  9. Item 9
  10. Item 10
  11. Item 11

Is rendered as:

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5
  6. Item 6
  7. Item 7
  8. Item 8
  9. Item 9
  10. Item 10
  11. Item 11

Another attribute, though you may not encounter it often, is START. It takes a number as value and this specifies the number (or alphabet) with which the list would start.

<OL TYPE="1" START="4">
<LI>Item 1</LI>
<LI>Item 2</LI>
<LI>Item 3</LI>
</OL>

is rendered as:

  1. Item 1
  2. Item 2
  3. Item 3


<OL TYPE="A" START="10">
<LI>Item 1</LI>
<LI>Item 2</LI>
<LI>Item 3</LI>
</OL>

is displayed as:

  1. Item 1
  2. Item 2
  3. Item 3
Return to Listing

Website Designers R Us is a professional Internet strategy and Web design company based in Toronto, Canada. We specialize in best-in-class website design, online marketing, Flash multimedia, corporate identity and print graphics. Website Designers R Us features an integrated team of web consultants, creative designers, writers, programmers and marketing professionals that know how to get online results
 Home          ::             About Us          ::             Support            ::             Services            ::             Link Partners          ::             Contact

Copyright © 2006-2011 Website Designers R Us, a DOT Specialist Company. All rights reserved.