Specifies whether text is underlined, over-lined or has a strikethrough.
Possible Values
inherit
none
underline
overline
line-through
blink
- Not supported by IE. Note: blinking text is notoriously disliked by users and is bad from an accessibility point of view.
Example
a:hover { text-decoration: none; }
Post a Comment