how to put a line under the text in css code example
Example 1: line through text css
text-decoration: line-through
Example 2: line under text css
text-decoration: underline;
text-decoration: line-through
text-decoration: underline;