<STRIKE> Tag & its Attribute
HTML Tag <STRIKE>
<STRIKE> Indicate a strikethrough text style.
Attribute of <STRIKE> Tag
CLASS
Indicates which style class applies to the <STRIKE> element.
<STRIKE CLASS="dkm">Rs499/</STRIKE>Now only 399/Rs.
Possible Values
Any Class name.
ID
Assigns a unique ID selector to an instance of the <STRIKE> tag. When you then assign a style to that ID selector, it affects only that one instance of the <STRIKE> tag.
<STRIKE ID="dkm">No other Site</STRIKE>
Only cs-tutorial.com
Possible Values
Any ID name.
STYLE
Specifies Style Sheet commands that apply to the contents within the <STRIKE> tags.
<STRIKE STYLE="background: red">
Possible Values
CSS Property with Value.
TITLE
Specifies text assigned to the tag. You might use this attribute for context-sensitive help within the document. Browsers may use this to show tool tips over the text.
<STRIKE TITLE="old">Why Other
</STRIKE><B>Only cs-tutorial.com/B>.
Possible Values
Any Text Message.