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
Feature | Chrome | Firefox | IE | Opera | Safari | Android | iOS |
---|---|---|---|---|---|---|---|
Basic support | No | 6.0+ | No | No | 7.1+ | No | 8* |