<HTML>
<HEAD>
<TITLE>HTML Character Formatting</TITLE>
</HEAD>
<BODY>
<H1>Examples of HTML Character Formatting</H1>
<HR>
<B>This is "bold" text.</B> <BR>
<I>This is "italic" text.</I> <BR>
<TT>This is "typewriter" text.</TT> <BR>
<EM>This is "emphasized" text.</EM> <BR>
<STRONG>This is "strong" text.</STRONG> <BR>
<CITE>This is "citation" text.</CITE> <BR>
<CODE>This is "code" text.</CODE> <BR>
<SAMP>This is "sample" text.</SAMP> <BR>
<KBD>This is "keyboard" text.</KBD> <BR>
<VAR>This is "variable" text.</VAR> <BR>
<DFN>This is "definition" text.</DFN> <BR>
<HR>
<ADDRESS>
Created 3/13/95 / Last Modified 3/13/95<BR>
Cedars-Sinai Medical Center / duncan@csmc.edu
</ADDRESS>
</BODY
</HTML>

