|
Inline Styles:
Most text tags specifiy inline styles,
meaning they are used right in the flow of the text to
affect the way the text looks.
Italic Text (physical style)
<I>italic text</I>
Emphasized Text (logical style)
<EM>paragraph</EM>
Bold Text (physical style)
<B>bold text</B>
Strong Text (logical style)
<STRONG>block quote</STRONG>
Typewriter Text
<TT>preformatted text</TT>
Underlined Text
<U>underlined text</U>
Underlined Text
<STRIKE>preformatted text</STRIKE>
Subscripted Text
<SUB>underlined text</SUB>
Superscripted Text
<SUP>preformatted text</SUP>
|