<HTML>
<HEAD>
<TITLE>Fonts</TITLE>
</HEAD>
<BODY>
<H1>FONT CONTROL</H1>
<H1><H1>, </H1> Header 1<BR>
A a B b C c D d E e F f G g H h</H1>
<H2><H2>, </H2> Header 2<BR>
A a B b C c D d E e F f G g H h</H2>
<H3><H3>, </H3> Header 3<BR>
A a B b C c D d E e F f G g H h</H3>
<H4><H4>, </H4> Header 4<BR>
A a B b C c D d E e F f G g H h</H4>
<H5><H5>, </H5> Header 5<BR>
A a B b C c D d E e F f G g H h</H5>
<H6><H6>, </H6> Header 6<BR>
A a B b C c D d E e F f G g H h</H6>
<P>Standard<BR>
A a B b C c D d E e F f G g H h
<P><B><B>, </B> Bold<BR>
A a B b C c D d E e F f G g H h</B>
<P><I><I>, </I> Italics<BR>
A a B b C c D d E e F f G g H h</I>
<P><TT><TT>, </TT> Fixed-width (Teletype)<BR>
A a B b C c D d E e F f G g H h</TT>
</BODY>
</HTML>
VIEW RESULTS OF ABOVE CODE
The < and > entries are special character representations of < and > that HTML interprets as requests to display those characters literally. Remember, HTML normally interprets < and > as tag request delimiters.
& is used to request the literal character &.