<HTML>
<HEAD> <TITLE>HTML Example</TITLE> </HEAD>
<BODY>
<H1>Appendix 3. HTML example interpreted</H1>
<HR><P>
This paragraph is enclosed according to
<VAR>new</VAR> <STRONG>style </STRONG> -
assuming that paragraph tag is a
<EM>container</EM>.</P>
Generally speaking, creating HTML documents
is <CITE>Shizophrenia, as it had been
said...</CITE>. This citation from Bulgakov
<DFN>looks like a definition</DFN>.<BR>
Program in \< pre \> and \< code \> tags
<PRE> <CODE>
\#include \< stdio.h \>
void main() { (void) printf("Hello!"); }
</CODE></PRE>
being compiled and invoked by typing <KBD>cc
a.c;a.out</KBD> produces <SAMP>Hello!</SAMP>.
<H2>Now Lists - 2-nd level header</H2>
<UL>
<LI>unnumbered list's element 1
<OL>
<LI>this is numbered nested list's element 1
<LI>this is numbered nested list's element 2
</OL>
<LI>unnumbered list's element 2
<DL>
<DT>element 1 with description
<DD>how to describe the 1-st element? Dunno ...
<DT>element 2 with description
<DD>and the 2-nd element ? See above.
</DL> </UL> We are through ...
<IMG SRC="http://sunct0/gifs/skull.gif" ALT="skull">
<ADDRESS>president@whitehouse.gov</ADDRESS>
</BODY></HTML>