'strike' Example : strike « HTML Tag Reference « HTML CSS Reference






'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

1.'strike' Syntax and Note
2.'strike' HTML Attributes
3.'strike' Event Handlers
4.'strike' CSS Attributes and JavaScript Style Properties
5.'strike' Microsoft Behaviors
6.'strike' Microsoft Filters
7.'strike' JavaScript Properties
8.'strike' JavaScript Methods
9.'strike' JavaScript Collections
10.'strike' JavaScript Objects