CSS Property:

text-decoration-color

Result:

Example of the text-decoration-color 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?