PRESENTATION FORMATTING
|
|
Bold
|
<B></B>
|
|
|
Italic
|
<I></I>
|
|
N3.0b
|
Underline
|
<U></U>
|
(not widely implemented yet)
|
|
Strikeout
|
<STRIKE></STRIKE>
|
(not widely implemented yet)
|
N3.0b
|
Strikeout
|
<S></S>
|
(not widely implemented yet)
|
|
Subscript
|
<SUB></SUB>
|
|
|
Superscript
|
<SUP></SUP>
|
|
|
Typewriter
|
<TT></TT>
|
(displays in a monospaced font)
|
|
Preformatted
|
<PRE></PRE>
|
(display text spacing as-is)
|
|
Width
|
<PRE WIDTH=?></PRE>
|
(in characters)
|
|
Center
|
<CENTER></CENTER> [*]
|
(for both text and images)
|
N1.0
|
Blinking
|
<BLINK></BLINK>
|
(the most derided tag ever)
|
|
Font Size
|
<FONT SIZE=?></FONT>
|
(ranges from 1-7)
|
|
Change Font Size
|
<FONT SIZE="+|-?"></FONT>
|
|
N1.0
|
Base Font Size
|
<BASEFONT SIZE=?>
|
(from 1-7; default is 3)
|
|
Font Color
|
<FONT COLOR="#$$$$$$"></FONT>
|
|
N3.0b
|
Select Font
|
<FONT FACE="***"></FONT>
|
|
N3.0b
|
Multi-Column Text
|
<MULTICOL COLS=?></MULTICOL>
|
|
N3.0b
|
Column Gutter
|
<MULTICOL GUTTER=?></MULTICOL>
|
(default is 10 pixels)
|
N3.0b
|
Column Width
|
<MULTICOL WIDTH=?></MULTICOL>
|
|
N3.0b
|
Spacer
|
<SPACER>
|
|
N3.0b
|
Spacer Type
|
<SPACER TYPE=horizontal| vertical|block>
|
|
N3.0b
|
Spacer Size
|
<SPACER SIZE=?>
|
|
N3.0b
|
Spacer Dimensions
|
<SPACER WIDTH=? HEIGHT=?>
|
|
N3.0b
|
Spacer Alignment
|
<SPACER ALIGN=left|right|center>
|
|