<Hn>...</Hn> <Hn align=center>...</Hn> |
Heading Section heading of variable text size, where n=1 to 6. align=center for aligning the heading in the center of the page. |
|
<b>...</b> <i>...</i> <tt>...</tt> <u>...</u> <strike>...</strike> |
Style Apply bold, italic, or typewriter (monospaced font). Others that may work are underline and |
|
<address>...</address> |
Address Italicized and offset text for page footers |
|
<blockquote>... </blockquote> |
Blockquote Indents and offsets text for long quotations |
|
<pre>...</pre> |
Preformatted Text Displays in monsospaced font with all space and carriage returns preserved. |
|
&xxxx; |
Special Characters Codes for special character sets and diacritical marks |
|
<blink>...</blink> |
Blink Flashes text in a very annoying manner. |
|
<font size=X>... </font> |
Font Size Change the size of a selection of text where X=1-7. Can also use relative size changes (-1, +2, -1, -2, etc...) to current <basefont=Z> value. |
|
<big>...</big> <small>...</small> |
Font Size Change the size of a selection of to a size greater or smaller then the normal sized text. |
|
<font color=#XXXXXX> ... </font> |
Font Color Change the color of a selection of text where XXXXXX is the hexadecimal code for the colors RGB values. |
|
<sup>...</sup> <sub>...</sub> |
Superscript/Subscript Create superscripts (i.e. x3 + 2xy + y2 = 0) or subscripts (i.e. H2SO4) |