How to decorate text
Example analysis:
The text-decoration attribute specifies the decoration added to the text.
The modifications that can be set are:
● Underline: Define a line under the text.
●overline: Define a line on the text.
● Line-through: Define a line that passes under the text.
●blink: Define blinking text.
#Note: The modified color is set by the "color" attribute.