|
|
|
<strike> Strike or Del tag to strikethrough font in html codeStrikeout or strikethrough text can be displayed by using html <strike> tag. It is recommended to use <del> tag than using strike tag as del is supported in higher versions of html.
Here are some sample codes
This is normal text . This part is strikethrough. This part is normal
The code is here
This is normal text . <del>This part is strikethrough</del>. This part is normal
You can use <strike> tag in place of <del> in above code.
Read more on how to strikeout line of text by using JavaScript strike string object
| |
|
|
|
|
|