css property

Terms

, , , , , , , , ,

Terms and information pages

text-decoration:;

The css property text-decoration can be used to change attributes of text. Changing the value to none can remove the underline from hyperlinks. To change the color of the text, a different tag called color; is needed.
Properties:

Value
Description

none
Defines a normal text. This is default

underline
Defines a line below the text

overline
Defines a line above the text

line-through
Defines a line [...]