css property
Terms
additive color model, class id, color pallet, color tag, color wheel, css property, Hex, hex notation, RGB, Web DesignTerms and information pages
text-decoration:;
css propertyThe 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 [...]