Answers for "how to change text-decoration properties"

CSS
-1

Css Text-decoration

/* Keyword values */
text-decoration: underline;
text-decoration: underline dotted;
text-decoration: underline dotted blue;
text-decoration: underline overline;
text-decoration: blue wavy underline;
text-decoration: line-through;
Posted by: Guest on February-12-2022

Code answers related to "how to change text-decoration properties"

Browse Popular Code Answers by Language