Home → References → CSS Properties →
CSS Property: text-decoration
Specifies whether text is underlined, over-lined or has a strikethrough.
HTML Dog is hosted by Titan Internet
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; }

