striked text html code example
Example 1: css text strike
h2 {
text-decoration: line-through;
}
Example 2: css strikethrough html text
style="text-decoration: line-through;"
h2 {
text-decoration: line-through;
}
style="text-decoration: line-through;"