|
The
tags to format text to be Italicized are <i>
and </i>. These tags can also be nested
as you can see in the following example where
each Italicized opening and closing tag have been
defined as being green.
<html>
<head>
<title>Example of Formatting Text</title>
</head>
<body>
<p><i>This
text is displayed as italicized</i></p>
<p><b><i>This
text is displayed as Bold and Italicized</i></b></p>
</body>
</html> |
Notice in the above example how we were able to
make the Text Italicized and Bold. This
is done by embedding one tag inside of another.
First we set the Bold Tag, then we set the italicized
tag inside the Bold Tag. This provides
the results of both Bold and Italicized Text.
You could continue to embed other text attribute
tags within these, such as the Underline tag:
| <p><b><i><u>This
text is displayed as Bold, Italicized and
Underlined<u></i></b></p> |
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.
Bold
Text
Underlined
Text
Italicized
Text
Superscript
Subscript
Strikethrough
Strong
Blink
Citations
Sample
Definition
Code
Variable
Typewriter
Text
Color
Text
Size and Fonts
|