CSS Property:
text-decoration-line:
none
underline
overline
line-through
underline overline
underline overline line-through
initial
Result:
Hello world!
CSS Code:
#myDIV {
text-decoration-line:
underline
;
}
Click the property values above to see the result
W3Schools.com
- Play it