The text-decoration property specifies the decoration added to text, and is a shorthand property for:
text-decoration-line (required)
text-decoration-color
text-decoration-style
text-decoration-thickness
What is text-decoration?
The text-decoration property specifies the decoration added to text, and is a shorthand property for: text-decoration-line (required) text-decoration-color. text-decoration-style.
None. Syntax: text-decoration: none; Explanation: It will not give any decoration to the text. ...
Overline. Syntax: text-decoration: overline; ...
Line-through. Syntax: text-decoration: line-through; ...
Underline. Syntax: text-decoration: underline; ...
Blink.