css text overline underline code example
Example 1: line through in css
x {
text-decoration: line-through;
}
Example 2: css text strike
h2 {
text-decoration: line-through;
}
x {
text-decoration: line-through;
}
h2 {
text-decoration: line-through;
}