Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

Lists, Definition Lists

Added 26 Jul 2008

Unordered List

This markup:


         
  • List item

  •      
  • Next list item

  •      
  • Another list item

creates this:

  • List item
  • Next list item
  • Another list item

Ordered List

This markup:


         
  1. Item One

  2.      
  3. Item Two

  4.      
  5. Item Three

creates this:

  1. Item One
  2. Item Two
  3. Item Three

Definition List

This markup:


     
Term

          
Definition of term above


     
Another Term

          
Definition of another term above

creates this:

Term
Definition of term above
Another Term
Definition of another term above