Text Decoration Style Css Property

Text Decoration Style Css Property

Text Decoration Style is used to defined the style for the line in the text decoration line.

SYNTAX:
span{
text-decoration-style: solid;
text-decoration-style: double;
text-decoration-style: dotted;
text-decoration-style: dashed;
text-decoration-style: wavy;
}

HTML:
<span style="text-decoration-style:solid ;text-decoration-line:underline;">Labw3</span>

OUTPUT:
Labw3
FeatureChromeFirefoxIEOperaSafariAndroidiOS
Basic supportNo6.0+NoNoNoNoNo
Copyright Labw3