You are here : cssCSS 3text-decoration-style

text-decoration-style - CSS 3

The text-decoration-style property specifies how the line, if any, will display.


Syntax

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


Example

p
{   
-moz-text-decoration-style: wavy; /* Code for Firefox */
   
text-decoration: underline;
}


Output / Return Value


Limitations


Alternatives / See Also


Reference