text-decoration is a shorthand
text-decoration is a shorthand property for text-decoration-line, text-decoration-color, and text-decoration-style.
a {
text-decoration: underline dotted blue;
}
text-decoration is a shorthand property for text-decoration-line, text-decoration-color, and text-decoration-style.
a {
text-decoration: underline dotted blue;
}