Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
/* Default CSS Values */
strike {
  text-decoration: line-through;
}
</style>
</head>
<body>
<p>An strike element is displayed like this:</p>
<p><strike>Some no-longer correct text.</strike></p>
<p>A customized strike element (changed "text-decoration"):</p>
<p><strike style="text-decoration:underline;">Some no-longer correct text.</strike></p>
</body>
</html>