HomeReferencesCSS Properties

CSS Property: text-decoration

Specifies whether text is underlined, over-lined or has a strikethrough.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

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