solid

text-decoration: underline;

text-decoration-style: solid;

dotted

text-decoration: underline;

text-decoration-style: dotted;

dashed

text-decoration: underline;

text-decoration-style: dashed;

wavy

text-decoration: underline;

text-decoration-style: wavy;

underline

text-decoration: underline;

overline

text-decoration: overline;

underline/overline

text-decoration: underline overline;

line-through

text-decoration: line-through;

thin

text-decoration-thickness: 1.5px;

normal

text-decoration-thickness: 2.5px;

thick

text-decoration-thickness: 6px;

double

text-decoration: double;

text-decoration-style: solid;

double offset

text-decoration: double;

text-decoration-style: solid;

text-decoration-offset: 6px;

wavy

text-decoration: underline;

text-decoration-style: wavy;

wavy offset

text-decoration: underline;

text-decoration-style: wavy;

text-decoration-offset: 8px;