how to add a line under text in CSS code example
Example 1: line through text css
text-decoration: line-through
Example 2: css line under text
text-decoration: underline;
Example 3: line under text html
<u> text </u>
text-decoration: line-through
text-decoration: underline;
<u> text </u>