line strike css code example
Example 1: css text strike
h2 {
text-decoration: line-through;
}
Example 2: css strikethrough html text
style="text-decoration: line-through;"
Example 3: how to underline font in css
h3 {
text-decoration: underline;
}