Physical Styles
The physical style elements, and their renderings, are:
- TT
- Fixed width typewriter font.
For example <TT> this is example
text </TT>
is rendered: this is example text.
B
- Boldface where available (browser may render this in another
manner if boldface is not possible).
For example <B> this is bold text </B>
is rendered: this is bold text.
-
I
- Italics (may be rendered as slanted in some cases)
For example <I> this is italics text </I>
is rendered: this is italics text.
U (HTML 3)
- Underline (may be rendered as slanted in some cases)
For example <U> this is underlined text </U>
is rendered: this is underlined text.
-
BIG (HTML 3)
- Bigger text.
For example <BIG> this is big text </BIG>
is rendered: this is big text.
SMALL (HTML 3)
- Smaller text
For example <SMALL> this is small text
</SMALL>
is rendered: this is small text.
-
SUB (HTML 3.2)
- Subscripts --
For example <SUB>sub</SUB>script
is rendered: subscript.
-
SUP (HTML 3.2)
- Superscripts --
For example <SUP>sup</SUP>script
is rendered: supscript.