Headers | <H1>Largest size</H1> <H6>Smallest size</H6> |
Font size | <font size=+6>Largest size</font> <font size=-6>Smallest size</font> |
Italics | <em>old style (em=emphasis)</em> <i>new style (i=italics)</i> |
Boldface | <strong>old style (strong=strong emphasis)</strong>. <b>new style (b=bold)</b> |
Unordered (bulleted) list |
<UL> this code turns the list feature on <LI> this code precedes a bulleted item</LI> <LI> this code precedes a bulleted item</LI> </UL> this code turns the list feature off; |
Ordered (numbered) list |
<OL> this code turns the list feature on <LI> this code precedes a numbered item</LI> <LI> this code precedes a numbered item</LI> </OL> |
Definition List |
<DL> this code turns the list feature on <DT> this code precedes a definition term</DT> <DD> this code precedes the indented definition data</DD> <DT> this code precedes a definition term</DT> <DD> this code precedes the indented definition data</DD> </DL> this code turns the list feature off |
Text breaks (do not require closing pairs) |
line break <BR> paragraph break <P> horizontal rule<HR> |
Special characters |
& = & " = " < = < > = > |
Color | <BODY BGCOLOR="#nnnnnn" text="#nnnnnn"
link=#nnnnnn" alink=#"nnnnnn" vlink="#nnnnnn">
(alink is the active link; vlink is the link that has been followed) |
Other formatting codes |
<center>centers text horizontally in window</center> <blockquote>indents text both right and left</blockquote> <table></table> and <frame></frame>--see Netscape documentation |