|
The
tags to format text to be shown in Strike-Through
are <strike> and </strike>.
These tags can also be nested. In the following
example the Strike-Through tags are shown
in Pink text.
|
<html>
<head>
<title>Example of Formatting
Text</title>
</head>
<body>
<p>This <strike>word</strike>
is formatted with Strike-through</p>
</body>
</html> |
Netscape Browsers also supports the <s>
and </s> tags which do the same thing
as the <strike> and </strike>
tags, however, since not all browsers support
the <s> and </s> tags, it is
wise to stick with the standard when you
are coding your HTML documents.
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
|
|