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