HTML Dog
Skip to navigation

CSS Property: text-decoration-style

Sets the style of the text decoration established by text-decoration-line.

Possible Values

ValueDescription
solidSolid line. Default.
dottedSeries of dots.
dashedSeries of dashes.
doubleTwo solid lines.
wavyWavy line.
inherit
initial
unset

Example


a:hover {
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

Browser support

Can I Use text-decoration? Data on support for the text-decoration feature across the major browsers from caniuse.com.