Horje
remove underline from a link css Code Example
remove underline from a link css
 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
how to remove underline from link
<a rel="nofollow" style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
remove underline from a link css
a{
   text-decoration: none;
}




Css

Related
button background color remove Code Example button background color remove Code Example
remove underline hover css Code Example remove underline hover css Code Example
css ellipsis Code Example css ellipsis Code Example
disable bullets in ul Code Example disable bullets in ul Code Example
rotate image html Code Example rotate image html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12