| HyperText Markup Language (HTML) Style Structure See also : |
Style tags modify the typography of the text. They can overlap with other style tags, as with word processing programs.
Here is a list of style tags recognised by most browsers (although some of which may produce identical effects in certain browsers):
| Style Tag | Visual Effect | ||||||||||||||||||||||||||||||||||||||||||
| <ABBREV> | |||||||||||||||||||||||||||||||||||||||||||
| <ACRONYM> | Acronym | ||||||||||||||||||||||||||||||||||||||||||
| <AU> | |||||||||||||||||||||||||||||||||||||||||||
| <B> | Creates bold text | <BIG> |
Larger font
| <BLINK> |
Blinking text (Netscape only)
| <CITE> |
Citation |
<CODE> |
Instructions (programming code)<DEL> |
<DFN> |
Definition of a term |
<EM> |
Emphasis |
<I> |
Italics |
<INS> |
New text inserted here |
<KBD> |
Shows exactly how characters should be typed |
<PERSON> |
<Q> |
Encloses text in quote marks <S> |
<SAMP> |
Example |
<SMALL> |
Smaller font |
<STRONG> |
Renders text in bold |
<STRIKE> |
<SUB> |
Text insubscript |
<SUP> |
Text insuperscript |
<TT> |
For writing computer code |
<VAR> |
Name of a variable |
|