'strike' Example : strike « Tags « HTML / CSS






'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>
    
      
      








Related examples in the same category