iLTC Home
Bookmark iLTC!
Categories
Perl
Perl Tutorials Beginners
Javascript
Javascript Tutorials
Javascript Tutorials Beginners
HTML
HTML Tutorials
Command Line
Command Line Tutorials
How Tos
Other Tips and Tricks
<script type='text/javascript'>
1613889
iLoveTheCode.com
HTML >
HTML Tutorials How To Easy >
Make Strikethrough Text Using HTML
Make Strikethrough Text Using HTML
<strike>Hello</strike> or <s>Hello</s>
Hello
Hello
Wrap the text you want to be strikethrough in HTML's <strike> or <s> tag.
Note: Both of these tags are depricated in
HTML 4.0.1
, meaning they may become obsolete in future versions of HTML. You could use CSS if you prefer.
<style type="text/css">
.mystri {text-decoration: line-through;}
</style>
<div class="mystri">Hello</div>
Hello
CSS Strikethrough
- iLoveTheCode
HTML Basics: Opening and closing tags are identical except the closing tag always contains a forward slash just after the left arrow </
Related Resources:
w3c.org 15.2.1 Font style elements: the TT, I, B, BIG, SMALL, STRIKE, S, and U elements
Make Italic Text Using HTML
Make Text Bold Using HTML
Previous Article:
Make Italic Text Using HTML
Next Article:
Make a Line Return Using HTML
Of Interest:
Opening and Reading a Directory in Perl
Get the Length of a Word or String in Perl
Delete a File Using unlink in Perl
Matching at the Beginning and End
PRINT to Browser with document.write Command in Javascript
Javascript Reset Form
Use onClick in Javascript
Javascript Reverse - Use Reverse on Items in an Array in Javascript
HTML Subscript Text
HTML Forms
Make Text Bold Using HTML
HTML Color Codes
Command Line - List Directory Contents ls
Command Line Change Directory - Directories cd
Wordpress - Change the Excerpt Dots to Article Link with Read More Text
CSS Strikethrough
MySQL Wordpress Errors - Can't start server : Bind on unix socket Permission denied
CSS Hide Text - Use Display None in HTML to Hide Text
More Articles:
Exit a Loop with Last
Add, Subtract, Multiply, and Divide in Perl
Making a Directory Using mkdir in Perl
Getting What is Matched in Perl
onClick Javascript
Getting Epoch Time in Javascript
Write a For Loop in Javascript
Select All or Highlight Text Fields and Textareas Using Javascript
Use innerHTML to Change Text on a Page
HTML Space
HTML Forms
Make Italic Text Using HTML
HTML Tags
Search iLTC w/ Google
Recent Articles
HTML Font Code
Javascript and CSS - Easy Pop Up Help Balloons
Use OnMouseOver in Javascript
Use onMouseOut in Javascript
Use innerHTML to Change Text on a Page
Renaming a File with Perl's RENAME Function
PRINT to Browser with document.write Command in Javascript
Passing an Argument or Variable to a Javascript
Opening an Alert Box in Javascript
Opening a REMOTE WINDOW in Javascript
OPEN and WRITE a Data File in Perl
OPEN and READ a Data File in Perl
Mimic Typing from a Textfield in a Textarea with Javascript
Javascript Reset Form
Perl Programming - Javascript Programming - HTML Code - Mac Unix Command Line - Maybe Some PHP - Free Scripts - ILoveTheCode
All Content © 2006-2009 iLoveTheCode.com
Contact Chris
|
About this Site
1613713
Counter by iLoveTheCode.com
Last Modified: Thursday, 05-Feb-2009 03:08:11 EST
Hosted as well :)
Home-brewed logo - 1997