Friday, September 11, 2015

CSS Property: text-decoration

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; }

No comments:

Post a Comment