TEXT-DECORATION Property In CSS
text-decoration Property in CSS
text-decoration property Declares the text decoration.
Possible Value:
none underline overline line-through blink
Examplediv { text-decoration:none; }
div { text-decoration:underline; }