|
There may be times when a special effect
to text is desired. Such as bolded text, or italicized text,
or larger text for titles. You can define super-script
text, sub-script text. Maybe you want a certain piece of text
to blink. Even colors may be defined for any piece of text.
The flexibility is quite enormous.
This section describes the various HTML
tags that are used to apply these different formats to text.
Again, each of the tags discussed will have and opening tag,
and a closing tag.
In order to facilitate the ease of this
section, the following HTML will be used during this discussion.
<html>
<head>
<title>Example of Formatting Text</title>
</head>
<body>
<h1>This text is displayed with Heading #1</h1>
<p><i>This text is displayed as being italicized</i></p>
<p><b>This text is displayed as being in
Bold</b></p>
<p><b><i>This text is displayed as
being in Bold and Italicized</i></b></p>
<p>This <sup>word</sup> is Super-Script</p>
<p>This <sub>word</sub> is Sub-Script</p>
<p>This <strike>word</strike> is formatted
with Strike-through</p>
<p>This <blink>word</blink> is Blinking</p>
<p><font COLOR="#00FF00">This
text is in the color of Green</font></p>
</body>
</html> |
NOTE: If your web browser does not support
some of these tags, you will not see the formatting effect.
Enetrics Communications recommends you download the Netscape
Communicator Web browser or the Microsoft
Internet Explorer Browser. Be sure your ISP will support
these Browsers. If they don't we recommend you find another
ISP.
The following further information and
details on this topic are available:
Bold Text
Underlined Text
Italicized Text
Superscript
Subscript
Strikethrough
Strong
Blink
Citations
Sample
Definition
Code
Variable
Typewriter
Text Color
Text Size and Fonts
|