Specifies whether text is underlined, over-lined or has a strikethrough.
Possible Values
inheritnoneunderlineoverlineline-throughblink- 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