Text Decoration Color Css Property

Text Decoration Color Css Property
Text Decoration Color is used to assign the color to the Text Decoration Line Color. Using this property gives the custom color to text-decoration underline, overline and line-through. It will accept any CSS color value, including named colors, HEX colors, RGBa, and HSLa.

SYNTAX:
span{
text-decoration-color: #ff0000;
}

HTML:
<span style="text-decoration-color:#ff0000">Labw3</span>

OUTPUT:
Labw3

FeatureChromeFirefoxIEOperaSafariAndroidiOS
Basic supportNo6.0+NoNo7.1+No8*
Copyright Labw3