| |
HTML Tags
Forced Style Tags
|
Forced style tags declare the appearance of text, and while they run contrary to the HTML philosophy of allowing users to decide how they want text to be displayed, they are used much more frequently than logical style tags.
| Boldface |
<B></B> |
| Italics |
<I></I> |
| Underline |
U></U> |
| Subscript |
<SUB></SUB> |
| Superscript |
<SUP></SUP> |
| Typewriter Text |
<TT></TT> |
| Center |
<CENTER></CENTER> |
| Blinking |
<BLINK></BLINK> |
| Font Size |
<FONT SIZE=3></FONT> (ranges from 1-7) |
| Font Color |
<FONT COLOR="#color number"></FONT> |
| Select Font |
<FONT FACE="name of font"></FONT> |
|