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'.
text-decoration-style: solid | double | dotted | dashed | wavy;