A value of none cancels all effects. Typically used to remove underlining from links.
none
See example:
<a href="">link</a>
a { text-decoration: none; }
:
Implement the example below: