Top of Page Information Services Connecticut College Admissions Information Academic Programs People in the College Community About Information Services Connecticut College Athletics Information About Offices and Services Campus News and Events Information for Alumni News of the Comprehensive Campaign What's New and Noteworthy? View the Alphabetical Index View the Graphical Sitemap Search www.conncoll.edu View the Campus Map Send us Feedback
Connecticut College Seal
Information Services

Lists in HTML

Unordered lists present items in bulleted form. Unordered lists can contain sublists.

Animals
<UL>
     <LI>Dogs</LI>
     <LI>Cats</LI>
</UL>
Animals
  • Dogs
  • Cats
Animals
<UL>
     <LI>Dogs</LI>
     <UL>
          <LI>Poodles</LI>
          <LI>Beagles</LI>
     </UL>
     <LI>Cats</LI>
</UL>
Animals
  • Dogs
    • Poodles
    • Beagles
  • Cats

Ordered lists present items in sequential form. The TYPE attribute defines the sequence as Arabic numerals, Roman numerals, or letters. Arabic numerals are the default. The START attribute defines the element at which the sequence begins. The first element is the default. Ordered lists can also contain sublists.

Animals
<OL>
     <LI>Dogs</LI>
     <LI>Cats</LI>
</OL>
Animals
  1. Dogs
  2. Cats
Animals
<OL TYPE="A">
     <LI>Dogs</LI>
     <OL START="3">
          <LI>Poodles</LI>
          <LI>Beagles</LI>
     </OL>
     <LI>Cats</LI>
</OL>
Animals
  1. Dogs
    1. Poodles
    2. Beagles
  2. Cats

Definition lists present terms with their corresponding definitions.

<DL>
     <DT>Wombat</DT>
     <DD>A small furry creature.</DD>
     <DT>Bear</DT>
     <DD>A large furry creature.</DD>
</DL>
Wombat
A small furry creature.
Bear
A large furry creature.

Technology Instruction | Publishing Information on the Web | Other Resources

Last updated January 31, 2000 by Sandra Stauffer