underline cs code example
Example 1: how to underline text in css
text-decoration: underline;
Example 2: css text strike
h2 {
text-decoration: line-through;
}
text-decoration: underline;
h2 {
text-decoration: line-through;
}