How to do Lists
Thanks To DesertDave For This List maker
(You may wish to print this List of Lists for later reference.)



A Definition List:

<dl> Definition List

<dt> First Item

<dd> Item one

<dt> Second Item

<dd> Item two

<dt> Third Item

<dd> Item three

</dl>

gives you  
Definition List
First Item
Item one
Second Item
Item two
Third Item
Item three



An Ordered List:

<ol> Ordered List

<li> Item one

<li> Item two

<li> Item three

</ol>







gives you  
    Ordered List
  1. Item one
  2. Item two
  3. Item three



An Ordered Alphabetical List:

<ol type="A"> Ordered Alphabetical List

<li> Item one

<li> Item two

<li> Item three

</li>







gives you  
    Ordered Alphabetical List
  1. Item one
  2. Item two
  3. Item three






An Unordered List:

 

<ul> Unordered List

<li> Item one

<li> Item two

<li> Item three

</ul>

gives you  
    Unordered List
  • Item one
  • Item two
  • Item three



An Unordered List with Circles:

<ul type="circle">

Unordered List with Circles

<li> Item one

<li> Item two

<li> Item three

</ul>

gives you  
    Unordered List with Circles
  • Item one
  • Item two
  • Item three



An Unordered List with Squares:

<ul type="square">

Unordered List with Squares

<li> Item one

<li> Item two

<li> Item three

</ul>

gives you  
    Unordered List with Squares
  • Item one
  • Item two
  • Item three




More Tips


webpik banner

www.webpik.com




Copyright © 1998-2006bulls2.com All Rights Reserved

...