text-decoration-style

The text-decoration-style property specifies the style of the text decoration line drawn on the specified element. The intended meaning for the values are the same as those of the border-style properties but includes one extra value which is 'wavy'.

Syntax



text-decoration-style: solid | double | dotted | dashed | wavy;