W3docs

text-decoration-style

CSS Property:

Result:

Example of the CSS text-decoration-style property.

CSS Code:

#myDiv {
text-decoration: underline;
text-decoration-style:wavy;
}

Click the property values above to see the result