RuskFamily.com ... the Legend Continues Practice Page
| Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

<STRIKE></STRIKE>

Display text with a strikeout line through it


An element for marking up text that is deleted. There is a comment in the specification that it may be reduced to s as was proposed in HTML 3.0 Draft. But not yet.

	<html>
	<head>
	<title>Page with some text "struck out"</title>
	</head>
	<body>
	  .
	  .
	yada yada yada <strike>ba da bing</strike>yada
	  .
	  .
	</body>
	</html>

HTML 3.2 Final

Nothing more to add.

Netscape

Nothing special.

Microsoft Internet Explorer

Nothing special.

Internationalization

Nothing special.

| Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

Michael T. Rusk
Comments to author: mike@ruskfamily.com

All contents copyright © 1996-2001 Michael T. Rusk
All rights reserved.

Valid HTML 4.01!   Valid CSS!

Revised: Sunday, December 30, 2007 11:06 -0500
URL: ./htmlgd/tagstrik.html