CSS Property:

text-decoration-style

Result:

Example of the CSS text-decoration-style property.

CSS Code:

#myDiv {
                
text-decoration: underline;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?