CSS also provides the text-decoration property to add various enhancements to text like add lines over, under, or through the text make the text blink. The text-decoration property takes following values
Value |
Description |
none |
Defines a normal text. |
underline |
Defines a line below the text |
overline |
Defines a line above the text |
line-through |
Defines a line through the text |
blink |
Defines a blinking text |
The text-decoration property has the value of ‘none’ as the default value for all the elements on a web page. They are used as
text-decoration: underline;