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