Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<STRIKE>, <S>

The effect so nice they tagged it twice: <STRIKE> and <S> produce the same result. Both tags cause a line (a "strikeout") to be drawn through the text.

I love <S>Jodi</S> 
<S>Lilla</S> 
<S>Stacy</S> 
Maude.

I love <STRIKE>Jodi</STRIKE> 
<STRIKE>Lilla</STRIKE> 
<STRIKE>Stacy</STRIKE> 
Maude.

producesproduces

I love Jodi Lilla Stacy Maude.

I love Jodi Lilla Stacy Maude.

The strike-out effect can also be done using styles. Set the text-decoration property to line-through. So, for example, this style rule creates a class named gone in which the letters are struck out:

<STYLE TYPE="text/css">
<!--
.gone
{
text-decoration:line-through;
}
-->
</STYLE>

We can then apply the gone class to any HTML element. For example, this code creates an <EM> element with the gone class:

this code produces this
Really, the only girl for me now is 
<EM CLASS="gone">Janet</EM> 
Bebe.
Really, the only girl for me now is Janet Bebe.

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire