Sunday, 15 February 2015

OUTPUT FIGURE 6.1 VARIOUS LOGICAL STYLES DISPLAYED IN A BROWSER.


PHYSICAL STYLES

In addition to these style tags, you can use a set of physical style tags to change the actual presentation style for the text-bold, italic, or moonscape.
Like the character style tags, each formatting tag has a beginning and ending tag. Standard HTML 2.0 defined three physical style tags:
<b>   bold
<i>   Italic<tt>   Monospaced typewriter font
<tt>   Monospaced typewriter font
HTML 3.2 defined several additional physical style tags, including the following.
<u> underline (deprecated in HTML 4.0>
<s>   strike through (deprecated in HTML 4.0)
<big>   bigger print than the surrounding text
<small>    smaller print
<sub>    subscript

<sup>   superscript

No comments:

Post a Comment