strikeout html css code example
Example 1: line through in css
x {
text-decoration: line-through;
}
Example 2: css strikethrough html text
style="text-decoration: line-through;"
x {
text-decoration: line-through;
}
style="text-decoration: line-through;"