how to underlin text css code example
Example 1: line through in css
x {
text-decoration: line-through;
}
Example 2: how to underline text in css
h3 {
text-decoration: underline;
}
x {
text-decoration: line-through;
}
h3 {
text-decoration: underline;
}