+ 4
a:link { text-decoration: none; }
What is use of this
3 Answers
+ 17
It is used to specify that the link should be plain without any decoration i.e. underline, overline, etc.
+ 3
It is mostly used while working with js while changing the decoration styles
+ 2
It is use to make a simple and undecorated link. i.e color and underline..