Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Avinash</title>
<style>
.red { 
 color : #f00; text-decoration : none;
  
  .green:link{
    display:none;
  }
}
.green { 
 color : #0f0; text-decoration : none;
}
  
.green:hover{
  color: #black;
  text-decoration: underline;
  
}
.blue { 
 color : #00f; text-decoration : none;
}
</style>
</head>
<body>
  <a href="#" class="red" > Link0 </a> <br />
  <a href="#" class="green" > Link1 </a> <br />
<a href="#" class="blue" > Link2 </a>
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers