add a line under text in css code example
Example 1: how to underline text in css
h3 {
text-decoration: underline;
}
Example 2: css line under text
text-decoration: underline;
h3 {
text-decoration: underline;
}
text-decoration: underline;