<HTML>
<HEAD>
<TITLE>HTML Ordered and Unordered Lists</TITLE>
</HEAD>
<BODY>
<H1>This is an Unordered (Bulleted) List</H1>
<HR>
<UL>
<LI>This is the 1st item.
<LI>This is the 2nd item.
<LI>This is the 3rd item.
</UL>
<HR>
<H1>This is an Ordered (Numbered) List</H1>
<HR>
<OL>
<LI>This is the 1st item.
<LI>This is the 2nd item.
<LI>This is the 3rd item.
</OL>
<HR>
<ADDRESS>
Created 3/13/95 / Last Modified 3/13/95<BR>
Cedars-Sinai Medical Center / duncan@csmc.edu
</ADDRESS>
</BODY
</HTML>

