HTML/CSS/Text Tags/strike
"strike" Example
<html>
<head>
<title>strike element example</title>
</head>
<body>
<p>
<strike>This is the text that has been crossed out</strike>
</p>
</body>
</html>
<html>
<head>
<title>strike element example</title>
</head>
<body>
<p>
<strike>This is the text that has been crossed out</strike>
</p>
</body>
</html>