<HTML> <HEAD> <TITLE>Template Page</TITLE> </HEAD> <BODY> This sample page is adapted from one courtesy of Michael Gelman, Swarthmore College Computing Center. <HR> <!-- an html comment: HR produces a Horizontal Rule (line) --> <H1>This is a sample HTML page</H1> <H2>Styles</H2> <EM>Emphasis</EM> <P> <STRONG>Strong Emphasis</STRONG> <P> <CITE>Citation</CITE> <P> <DFN>Definition</DFN> <P> <A NAME="lists"></A><H2>Lists</H2> <!-- A is for Anchor --> Unordered <UL> <LI>One <LI>Two <LI>Three </UL> Ordered <OL> <LI>One <LI>Two <LI>Three </OL> Definition <DL> <DT>Term One <DD>Definition One <DT>Term Two <DD>Definition Two <DT>Term Three <DD>Definition Three </DL> <H2>Links</H2> A web link to <A HREF="http://www.swarthmore.edu">Swarthmore</A>. <P> A telnet link to <A HREF="telnet://tripod.brynmawr.edu">Tripod</A>. <P> A web link to a <A HREF="http://www.swarthmore.edu/cc/staff/mgelman/mike_g.gif">picture</A>. <P> A mail link to <A HREF="mailto:jwilson@thunder.ocis.temple.edu">Judith </A>. <P> An "internal" web link to the section on <A HREF="#lists">lists</A>. <H2>Image</H2> Sproul Observatory, home to Swat computer science. <IMG SRC="http://www.cs.swarthmore.edu/~wilson/images/sproul.gif" ALT="Sproul Observatory--CS home" ALIGN=MIDDLE> <HR> <ADDRESS>Author's email address</ADDRESS> </BODY> </HTML>