Text Effects in CSS
The text-decoration
property allows you to set some effects for text: underline emphasis accentuation,
strikethrough crossing,
line from above, and also cancel such effects if any tag has them by default. Most often this property is used to cancel underlining of links (they are underlined by default).
In the following lessons we will look at the values of the text-decoration
property in detail.