css line middle of text code example
Example 1: css text line in middle
h2 {
text-decoration: line-through;
}
Example 2: line in middle word css
style="text-decoration: line-through;"
h2 {
text-decoration: line-through;
}
style="text-decoration: line-through;"