HTML List Tags

Unordered List Tags Output
<UL>
<LI>apples
<LI>oranges
<LI>bananas
<LI>pears
</UL>
  • apples
  • oranges
  • bananas
  • pears
<UL TYPE=disc>
  • a solid bullet (the default)
<UL TYPE=circle>
  • a circle bullet
<UL TYPE=square>
  • a square bullet

Ordered List Tags Output
<OL>
<LI>apples
<LI>oranges
<LI>bananas
<LI>pears
</OL>
  1. apples
  2. oranges
  3. bananas
  4. pears
<OL TYPE=1>
the default
  1. red
  2. blue
  3. yellow
<OL TYPE=A>
  1. red
  2. blue
  3. yellow
<OL TYPE=a>
  1. red
  2. blue
  3. yellow
<OL TYPE=I>
  1. red
  2. blue
  3. yellow
<OL TYPE=i>
  1. red
  2. blue
  3. yellow

Definition List Tags Output
<DL>
<DT>HTML
<DD>The standard language for creating Web pages
<DT>Java Applets
<DD>Small programs that can be transmitted over the Internet and usually run inside a browser window
<DT>URL
<DD>Unique address to each Web page
</DL>
HTML
The standard language for creating Web pages
Java Applets
Small programs that can be transmitted over the Internet and usually run inside a browser window
URL
Unique address to each Web page


Search The Global Classroom
Patricia A. Weeg
pweeg@shore.intercom.net
Return to Global Classroom