how to give a line under 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;